#78AB10

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

Shades of Christi #78AB10

Tints of Christi #78AB10

Color information

#78AB10 (or 0x78AB10) is unknown color: approx Christi. HEX triplet: 78, AB and 10. RGB value is (120,171,16). Sum of RGB (Red+Green+Blue) = 120+171+16=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78AB10 is #8754EF. Grayscale: #8A8A8A. Windows color (decimal): -8869104 or 1092472. OLE color: 1092472.

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

Color convert

RGB12017116-
CMYK0.3000.910.33
HSL79.74º82.89%36.67%-
HSV(B)79.74º90.64%67.06%-
XYZ22.433.165.71-
YUV138.0859.1115.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.09%
GREEN value IS 171 (67.19% from 255) = 55.70%
BLUE value IS 16 (6.64% from 255) = 5.21%
R=39.09%
G=55.70%
B=5.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120171160.3000.910.3379.7482.8936.67
Hex78AB101E05B21505325
Octal170253203601334112012345
Binary11110001010101110000111100101101110000110100001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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