Html Css Color HEX #76C809 Christi

📋 copy color: '#76C809'

red 118 ◦ green 200 ◦ blue 9

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

Shades of Christi #76C809

Tints of Christi #76C809

RGB

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

 GREEN value IS 200 (78.52% from 255) = 61.16%

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

R = 36.09%
G = 61.16%
B = 2.75%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#76C809 (or 0x76C809) is known color: Christi. HEX triplet: 76, C8 and 09. RGB value is (118,200,9). Sum of RGB (Red+Green+Blue) = 118+200+9=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 200 (78.52% from 255 or 61.16% from 327); Blue value is 9 (3.91% from 255 or 2.75% from 327); Max value from RGB is 200 - color contains mainly: green. Hex color #76C809 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C809 is #8937F6. Grayscale: #9A9A9A. Windows color (decimal): -8992759 or 641142. OLE color: 641142.

HSL color Cylindrical-coordinate representation of color #76C809: hue angle of 85.76º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76C809 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 200 9 -
CMYK 0.41 0 0.96 0.22
HSL 85.76º 0.91% 0.41% -
HSV(B) 85.76º 0.96% 0.78% -
XYZ 28.17 45.18 7.49 -
YUV 153.71 46.33 102.53 -
System Red Green Blue C M Y K H S L
Decimal 118 200 9 0.41 0 0.96 0.22 85.76 0.91 0.41
Hex 76 C8 9 29 0 60 16 56 5B 29
Octal 166 310 11 51 0 140 26 126 133 51
Binary 1110110 11001000 1001 101001 0 1100000 10110 1010110 1011011 101001

Color Harmonies of #76C809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C809

Black with #76C809

Text Example


Text Example

White with #76C809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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