#78AB0C

Color #78AB0C Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #78AB0C

Tints of Christi #78AB0C

Color information

#78AB0C (or 0x78AB0C) is unknown color: approx Christi. HEX triplet: 78, AB and 0C. RGB value is (120,171,12). Sum of RGB (Red+Green+Blue) = 120+171+12=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78AB0C is #8754F3. Grayscale: #8A8A8A. Windows color (decimal): -8869108 or 830328. OLE color: 830328.

HSL color Cylindrical-coordinate representation of color #78AB0C: hue angle of 79.25º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78AB0C is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB12017112-
CMYK0.3000.930.33
HSL79.25º86.89%35.88%-
HSV(B)79.25º92.98%67.06%-
XYZ22.3833.155.57-
YUV137.6257.1115.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 39.60%
GREEN value IS 171 (67.19% from 255) = 56.44%
BLUE value IS 12 (5.08% from 255) = 3.96%
R=39.60%
G=56.44%
B=3.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120171120.3000.930.3379.2586.8935.88
Hex78ABC1E05D214f5724
Octal170253143601354111712744
Binary1111000101010111100111100101110110000110011111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AB0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78AB0C; }

 p { color: rgb(120,171,12); }

 H1.HeaderClassName
 {
   color: #78AB0C;
 }
 .AnyTagClassName
 {
   color: #78AB0C;
 }
</style>
background-color css

<style>
 a { background-color: #78AB0C; }

 a { background-color: rgb(120,171,12); }

 div.DivClassName
 {
   background-color: #78AB0C;
 }
 .BgClassName
 {
   background-color: #78AB0C;
 }
</style>
border-color css

<style>
 span { border-color: #78AB0C; }

 span { border-color: rgb(120,171,12); }

 td.TdClassName
 {
   border-color: #78AB0C;
 }
 .TagClassName
 {
   border-color: #78AB0C;
 }
</style>