Html Css Color HEX #76AB14 Christi

📋 copy color: '#76AB14'

red 118 ◦ green 171 ◦ blue 20

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

Shades of Christi #76AB14

Tints of Christi #76AB14

RGB

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

 GREEN value IS 171 (67.19% from 255) = 55.34%

 BLUE value IS 20 (8.2% from 255) = 6.47%

R = 38.19%
G = 55.34%
B = 6.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#76AB14 (or 0x76AB14) is known color: Christi. HEX triplet: 76, AB and 14. RGB value is (118,171,20). Sum of RGB (Red+Green+Blue) = 118+171+20=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 171 (67.19% from 255 or 55.34% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AB14 is #8954EB. Grayscale: #8A8A8A. Windows color (decimal): -9000172 or 1354614. OLE color: 1354614.

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

Color convert

RGB 118 171 20 -
CMYK 0.31 0 0.88 0.33
HSL 81.06º 0.79% 0.37% -
HSV(B) 81.06º 0.88% 0.67% -
XYZ 22.16 33.03 5.87 -
YUV 137.94 61.44 113.78 -
System Red Green Blue C M Y K H S L
Decimal 118 171 20 0.31 0 0.88 0.33 81.06 0.79 0.37
Hex 76 AB 14 1F 0 58 21 51 4F 25
Octal 166 253 24 37 0 130 41 121 117 45
Binary 1110110 10101011 10100 11111 0 1011000 100001 1010001 1001111 100101

Color Harmonies of #76AB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AB14

Black with #76AB14

Text Example


Text Example

White with #76AB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,171,20); }

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

background-color css

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

 a { background-color: rgb(118,171,20); }

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

border-color css

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

 span { border-color: rgb(118,171,20); }

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