#76B409

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

Shades of Christi #76B409

Tints of Christi #76B409

Color information

#76B409 (or 0x76B409) is unknown color: approx Christi. HEX triplet: 76, B4 and 09. RGB value is (118,180,9). Sum of RGB (Red+Green+Blue) = 118+180+9=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 180 (70.70% from 255 or 58.63% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 180 - color contains mainly: green. Hex color #76B409 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B409 is #894BF6. Grayscale: #8E8E8E. Windows color (decimal): -8997879 or 636022. OLE color: 636022.

HSL color Cylindrical-coordinate representation of color #76B409: hue angle of 81.75º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76B409 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB1181809-
CMYK0.3400.950.29
HSL81.75º90.48%37.06%-
HSV(B)81.75º95%70.59%-
XYZ23.8436.516.05-
YUV141.9752.96110.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 180 (70.70% from 255) = 58.63%
BLUE value IS 9 (3.91% from 255) = 2.93%
R=38.44%
G=58.63%
B=2.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11818090.3400.950.2981.7590.4837.06
Hex76B492205F1D525a25
Octal166264114201373512213245
Binary1110110101101001001100010010111111110110100101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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