#76BB09

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

Shades of Christi #76BB09

Tints of Christi #76BB09

Color information

#76BB09 (or 0x76BB09) is unknown color: approx Christi. HEX triplet: 76, BB and 09. RGB value is (118,187,9). Sum of RGB (Red+Green+Blue) = 118+187+9=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 187 (73.44% from 255 or 59.55% from 314); Blue value is 9 (3.91% from 255 or 2.87% from 314); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BB09 is #8944F6. Grayscale: #929292. Windows color (decimal): -8996087 or 637814. OLE color: 637814.

HSL color Cylindrical-coordinate representation of color #76BB09: hue angle of 83.26º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76BB09 is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB1181879-
CMYK0.3700.950.27
HSL83.26º90.82%38.43%-
HSV(B)83.26º95.19%73.33%-
XYZ25.2939.416.53-
YUV146.0850.64107.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 187 (73.44% from 255) = 59.55%
BLUE value IS 9 (3.91% from 255) = 2.87%
R=37.58%
G=59.55%
B=2.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11818790.3700.950.2783.2690.8238.43
Hex76BB92505F1B535b26
Octal166273114501373312313346
Binary1110110101110111001100101010111111101110100111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BB09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,187,9); }

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

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

 a { background-color: rgb(118,187,9); }

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

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

 span { border-color: rgb(118,187,9); }

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