Html Css Color HEX #76C40B Christi

📋 copy color: '#76C40B'

red 118 ◦ green 196 ◦ blue 11

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

Shades of Christi #76C40B

Tints of Christi #76C40B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 60.31%

 BLUE value IS 11 (4.69% from 255) = 3.38%

R = 36.31%
G = 60.31%
B = 3.38%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#76C40B (or 0x76C40B) is known color: Christi. HEX triplet: 76, C4 and 0B. RGB value is (118,196,11). Sum of RGB (Red+Green+Blue) = 118+196+11=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 196 (76.95% from 255 or 60.31% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 196 - color contains mainly: green. Hex color #76C40B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C40B is #893BF4. Grayscale: #989898. Windows color (decimal): -8993781 or 771190. OLE color: 771190.

HSL color Cylindrical-coordinate representation of color #76C40B: hue angle of 85.3º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76C40B is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 196 11 -
CMYK 0.40 0 0.94 0.23
HSL 85.3º 0.89% 0.41% -
HSV(B) 85.3º 0.94% 0.77% -
XYZ 27.27 43.36 7.25 -
YUV 151.59 48.66 104.04 -
System Red Green Blue C M Y K H S L
Decimal 118 196 11 0.40 0 0.94 0.23 85.3 0.89 0.41
Hex 76 C4 B 28 0 5E 17 55 59 29
Octal 166 304 13 50 0 136 27 125 131 51
Binary 1110110 11000100 1011 101000 0 1011110 10111 1010101 1011001 101001

Color Harmonies of #76C40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C40B

Black with #76C40B

Text Example


Text Example

White with #76C40B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,196,11); }

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

background-color css

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

 a { background-color: rgb(118,196,11); }

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

border-color css

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

 span { border-color: rgb(118,196,11); }

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