#78AF0C

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

Shades of Christi #78AF0C

Tints of Christi #78AF0C

Color information

#78AF0C (or 0x78AF0C) is unknown color: approx Christi. HEX triplet: 78, AF and 0C. RGB value is (120,175,12). Sum of RGB (Red+Green+Blue) = 120+175+12=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 175 (68.75% from 255 or 57.00% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78AF0C is #8750F3. Grayscale: #8C8C8C. Windows color (decimal): -8868084 or 831352. OLE color: 831352.

HSL color Cylindrical-coordinate representation of color #78AF0C: hue angle of 80.25º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78AF0C is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB12017512-
CMYK0.3100.930.31
HSL80.25º87.17%36.67%-
HSV(B)80.25º93.14%68.63%-
XYZ23.1434.685.82-
YUV139.9755.78113.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.09%
GREEN value IS 175 (68.75% from 255) = 57.00%
BLUE value IS 12 (5.08% from 255) = 3.91%
R=39.09%
G=57.00%
B=3.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120175120.3100.930.3180.2587.1736.67
Hex78AFC1F05D1F505725
Octal170257143701353712012745
Binary111100010101111110011111010111011111110100001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AF0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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