Html Css Color HEX #76AB19 Christi

📋 copy color: '#76AB19'

red 118 ◦ green 171 ◦ blue 25

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

Shades of Christi #76AB19

Tints of Christi #76AB19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.96%

R = 37.58%
G = 54.46%
B = 7.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#76AB19 (or 0x76AB19) is known color: Christi. HEX triplet: 76, AB and 19. RGB value is (118,171,25). Sum of RGB (Red+Green+Blue) = 118+171+25=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 171 (67.19% from 255 or 54.46% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AB19 is #8954E6. Grayscale: #8B8B8B. Windows color (decimal): -9000167 or 1682294. OLE color: 1682294.

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

Color convert

RGB 118 171 25 -
CMYK 0.31 0 0.85 0.33
HSL 81.78º 0.74% 0.38% -
HSV(B) 81.78º 0.85% 0.67% -
XYZ 22.21 33.05 6.13 -
YUV 138.51 63.94 113.37 -
System Red Green Blue C M Y K H S L
Decimal 118 171 25 0.31 0 0.85 0.33 81.78 0.74 0.38
Hex 76 AB 19 1F 0 55 21 52 4A 26
Octal 166 253 31 37 0 125 41 122 112 46
Binary 1110110 10101011 11001 11111 0 1010101 100001 1010010 1001010 100110

Color Harmonies of #76AB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AB19

Black with #76AB19

Text Example


Text Example

White with #76AB19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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