#76B207

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

Shades of Christi #76B207

Tints of Christi #76B207

Color information

#76B207 (or 0x76B207) is unknown color: approx Christi. HEX triplet: 76, B2 and 07. RGB value is (118,178,7). Sum of RGB (Red+Green+Blue) = 118+178+7=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 178 (69.92% from 255 or 58.75% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 178 - color contains mainly: green. Hex color #76B207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76B207 is #894DF8. Grayscale: #8D8D8D. Windows color (decimal): -8998393 or 504438. OLE color: 504438.

HSL color Cylindrical-coordinate representation of color #76B207: hue angle of 81.05º 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 #76B207 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB1181787-
CMYK0.3400.960.30
HSL81.05º92.43%36.27%-
HSV(B)81.05º96.07%69.8%-
XYZ23.4335.715.86-
YUV140.5752.62111.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 178 (69.92% from 255) = 58.75%
BLUE value IS 7 (3.12% from 255) = 2.31%
R=38.94%
G=58.75%
B=2.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11817870.3400.960.3081.0592.4336.27
Hex76B27220601E515c24
Octal16626274201403612113444
Binary111011010110010111100010011000001111010100011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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