Html Css Color HEX #76AD0B Christi

📋 copy color: '#76AD0B'

red 118 ◦ green 173 ◦ blue 11

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

Shades of Christi #76AD0B

Tints of Christi #76AD0B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 57.28%

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

R = 39.07%
G = 57.28%
B = 3.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#76AD0B (or 0x76AD0B) is known color: Christi. HEX triplet: 76, AD and 0B. RGB value is (118,173,11). Sum of RGB (Red+Green+Blue) = 118+173+11=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 173 (67.97% from 255 or 57.28% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AD0B is #8952F4. Grayscale: #8A8A8A. Windows color (decimal): -8999669 or 765302. OLE color: 765302.

HSL color Cylindrical-coordinate representation of color #76AD0B: hue angle of 80.37º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76AD0B is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 173 11 -
CMYK 0.32 0 0.94 0.32
HSL 80.37º 0.88% 0.36% -
HSV(B) 80.37º 0.94% 0.68% -
XYZ 22.48 33.76 5.65 -
YUV 138.09 56.28 113.67 -
System Red Green Blue C M Y K H S L
Decimal 118 173 11 0.32 0 0.94 0.32 80.37 0.88 0.36
Hex 76 AD B 20 0 5E 20 50 58 24
Octal 166 255 13 40 0 136 40 120 130 44
Binary 1110110 10101101 1011 100000 0 1011110 100000 1010000 1011000 100100

Color Harmonies of #76AD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AD0B

Black with #76AD0B

Text Example


Text Example

White with #76AD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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