Html Css Color HEX #76AC0B Christi

📋 copy color: '#76AC0B'

red 118 ◦ green 172 ◦ blue 11

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

Shades of Christi #76AC0B

Tints of Christi #76AC0B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 57.14%

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

R = 39.2%
G = 57.14%
B = 3.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#76AC0B (or 0x76AC0B) is known color: Christi. HEX triplet: 76, AC and 0B. RGB value is (118,172,11). Sum of RGB (Red+Green+Blue) = 118+172+11=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 172 (67.58% from 255 or 57.14% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AC0B is #8953F4. Grayscale: #8A8A8A. Windows color (decimal): -8999925 or 765046. OLE color: 765046.

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

Color convert

RGB 118 172 11 -
CMYK 0.31 0 0.94 0.33
HSL 80.12º 0.88% 0.36% -
HSV(B) 80.12º 0.94% 0.67% -
XYZ 22.28 33.38 5.59 -
YUV 137.5 56.61 114.09 -
System Red Green Blue C M Y K H S L
Decimal 118 172 11 0.31 0 0.94 0.33 80.12 0.88 0.36
Hex 76 AC B 1F 0 5E 21 50 58 24
Octal 166 254 13 37 0 136 41 120 130 44
Binary 1110110 10101100 1011 11111 0 1011110 100001 1010000 1011000 100100

Color Harmonies of #76AC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AC0B

Black with #76AC0B

Text Example


Text Example

White with #76AC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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