Html Css Color HEX #76C906 Christi

📋 copy color: '#76C906'

red 118 ◦ green 201 ◦ blue 6

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

Shades of Christi #76C906

Tints of Christi #76C906

RGB

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

 GREEN value IS 201 (78.91% from 255) = 61.85%

 BLUE value IS 6 (2.73% from 255) = 1.85%

R = 36.31%
G = 61.85%
B = 1.85%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#76C906 (or 0x76C906) is known color: Christi. HEX triplet: 76, C9 and 06. RGB value is (118,201,6). Sum of RGB (Red+Green+Blue) = 118+201+6=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 201 (78.91% from 255 or 61.85% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 201 - color contains mainly: green. Hex color #76C906 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C906 is #8936F9. Grayscale: #9A9A9A. Windows color (decimal): -8992506 or 444790. OLE color: 444790.

HSL color Cylindrical-coordinate representation of color #76C906: hue angle of 85.54º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76C906 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 201 6 -
CMYK 0.41 0 0.97 0.21
HSL 85.54º 0.94% 0.41% -
HSV(B) 85.54º 0.97% 0.79% -
XYZ 28.39 45.64 7.48 -
YUV 153.95 44.5 102.36 -
System Red Green Blue C M Y K H S L
Decimal 118 201 6 0.41 0 0.97 0.21 85.54 0.94 0.41
Hex 76 C9 6 29 0 61 15 56 5E 29
Octal 166 311 6 51 0 141 25 126 136 51
Binary 1110110 11001001 110 101001 0 1100001 10101 1010110 1011110 101001

Color Harmonies of #76C906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C906

Black with #76C906

Text Example


Text Example

White with #76C906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,201,6); }

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

background-color css

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

 a { background-color: rgb(118,201,6); }

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

border-color css

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

 span { border-color: rgb(118,201,6); }

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