Html Css Color HEX #76AB10 Christi

📋 copy color: '#76AB10'

red 118 ◦ green 171 ◦ blue 16

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

Shades of Christi #76AB10

Tints of Christi #76AB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.25%

R = 38.69%
G = 56.07%
B = 5.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#76AB10 (or 0x76AB10) is known color: Christi. HEX triplet: 76, AB and 10. RGB value is (118,171,16). Sum of RGB (Red+Green+Blue) = 118+171+16=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AB10 is #8954EF. Grayscale: #8A8A8A. Windows color (decimal): -9000176 or 1092470. OLE color: 1092470.

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

Color convert

RGB 118 171 16 -
CMYK 0.31 0 0.91 0.33
HSL 80.52º 0.83% 0.37% -
HSV(B) 80.52º 0.91% 0.67% -
XYZ 22.13 33.01 5.7 -
YUV 137.48 59.44 114.1 -
System Red Green Blue C M Y K H S L
Decimal 118 171 16 0.31 0 0.91 0.33 80.52 0.83 0.37
Hex 76 AB 10 1F 0 5B 21 51 53 25
Octal 166 253 20 37 0 133 41 121 123 45
Binary 1110110 10101011 10000 11111 0 1011011 100001 1010001 1010011 100101

Color Harmonies of #76AB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AB10

Black with #76AB10

Text Example


Text Example

White with #76AB10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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