Html Css Color HEX #76A409 Christi

📋 copy color: '#76A409'

red 118 ◦ green 164 ◦ blue 9

#76A409
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #76A409

Tints of Christi #76A409

RGB

 RED value IS 118 (46.48% from 255) = 40.55%

 GREEN value IS 164 (64.45% from 255) = 56.36%

 BLUE value IS 9 (3.91% from 255) = 3.09%

R = 40.55%
G = 56.36%
B = 3.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#76A409 (or 0x76A409) is known color: Christi. HEX triplet: 76, A4 and 09. RGB value is (118,164,9). Sum of RGB (Red+Green+Blue) = 118+164+9=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 164 (64.45% from 255 or 56.36% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 164 - color contains mainly: green. Hex color #76A409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A409 is #895BF6. Grayscale: #858585. Windows color (decimal): -9001975 or 631926. OLE color: 631926.

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

Color convert

RGB 118 164 9 -
CMYK 0.28 0 0.95 0.36
HSL 77.81º 0.9% 0.34% -
HSV(B) 77.81º 0.95% 0.64% -
XYZ 20.8 30.42 5.03 -
YUV 132.58 58.26 117.6 -
System Red Green Blue C M Y K H S L
Decimal 118 164 9 0.28 0 0.95 0.36 77.81 0.9 0.34
Hex 76 A4 9 1C 0 5F 24 4E 5A 22
Octal 166 244 11 34 0 137 44 116 132 42
Binary 1110110 10100100 1001 11100 0 1011111 100100 1001110 1011010 100010

Color Harmonies of #76A409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A409

Black with #76A409

Text Example


Text Example

White with #76A409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #76A409;
 }
 .AnyTagClassName
 {
   color: #76A409;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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