#78A500

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

Shades of Christi #78A500

Tints of Christi #78A500

Color information

#78A500 (or 0x78A500) is unknown color: approx Christi. HEX triplet: 78, A5 and 00. RGB value is (120,165,0). Sum of RGB (Red+Green+Blue) = 120+165+0=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 165 (64.84% from 255 or 57.89% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 165 - color contains mainly: green. Hex color #78A500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78A500 is #875AFF. Grayscale: #858585. Windows color (decimal): -8870656 or 42360. OLE color: 42360.

HSL color Cylindrical-coordinate representation of color #78A500: hue angle of 76.36º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #78A500 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB1201650-
CMYK0.27010.35
HSL76.36º100%32.35%-
HSV(B)76.36º100%64.71%-
XYZ21.230.94.85-
YUV132.7353.09118.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 165 (64.84% from 255) = 57.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.11%
G=57.89%
B=0%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12016500.27010.3576.3610032.35
Hex78A501B064234c6420
Octal17024503301444311414440
Binary1111000101001010110110110010010001110011001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,165,0); }

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

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

 a { background-color: rgb(120,165,0); }

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

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

 span { border-color: rgb(120,165,0); }

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