Html Css Color HEX #76A710 Christi

📋 copy color: '#76A710'

red 118 ◦ green 167 ◦ blue 16

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

Shades of Christi #76A710

Tints of Christi #76A710

RGB

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

 GREEN value IS 167 (65.63% from 255) = 55.48%

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

R = 39.2%
G = 55.48%
B = 5.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#76A710 (or 0x76A710) is known color: Christi. HEX triplet: 76, A7 and 10. RGB value is (118,167,16). Sum of RGB (Red+Green+Blue) = 118+167+16=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 167 (65.62% from 255 or 55.48% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 167 - color contains mainly: green. Hex color #76A710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A710 is #8958EF. Grayscale: #878787. Windows color (decimal): -9001200 or 1091446. OLE color: 1091446.

HSL color Cylindrical-coordinate representation of color #76A710: hue angle of 79.47º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76A710 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 167 16 -
CMYK 0.29 0 0.90 0.35
HSL 79.47º 0.83% 0.36% -
HSV(B) 79.47º 0.9% 0.65% -
XYZ 21.38 31.53 5.45 -
YUV 135.14 60.77 115.78 -
System Red Green Blue C M Y K H S L
Decimal 118 167 16 0.29 0 0.90 0.35 79.47 0.83 0.36
Hex 76 A7 10 1D 0 5A 23 4F 53 24
Octal 166 247 20 35 0 132 43 117 123 44
Binary 1110110 10100111 10000 11101 0 1011010 100011 1001111 1010011 100100

Color Harmonies of #76A710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A710

Black with #76A710

Text Example


Text Example

White with #76A710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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