#78B207

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

Shades of Christi #78B207

Tints of Christi #78B207

Color information

#78B207 (or 0x78B207) is unknown color: approx Christi. HEX triplet: 78, B2 and 07. RGB value is (120,178,7). Sum of RGB (Red+Green+Blue) = 120+178+7=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 178 (69.92% from 255 or 58.36% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 178 - color contains mainly: green. Hex color #78B207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78B207 is #874DF8. Grayscale: #8D8D8D. Windows color (decimal): -8867321 or 504440. OLE color: 504440.

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

Color convert

RGB1201787-
CMYK0.3300.960.30
HSL80.35º92.43%36.27%-
HSV(B)80.35º96.07%69.8%-
XYZ23.735.855.87-
YUV141.1652.28112.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.34%
GREEN value IS 178 (69.92% from 255) = 58.36%
BLUE value IS 7 (3.12% from 255) = 2.30%
R=39.34%
G=58.36%
B=2.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12017870.3300.960.3080.3592.4336.27
Hex78B27210601E505c24
Octal17026274101403612013444
Binary111100010110010111100001011000001111010100001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,178,7); }

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

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

 a { background-color: rgb(120,178,7); }

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

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

 span { border-color: rgb(120,178,7); }

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