Html Css Color HEX #76A017 Christi

📋 copy color: '#76A017'

red 118 ◦ green 160 ◦ blue 23

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

Shades of Christi #76A017

Tints of Christi #76A017

RGB

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

 GREEN value IS 160 (62.89% from 255) = 53.16%

 BLUE value IS 23 (9.38% from 255) = 7.64%

R = 39.2%
G = 53.16%
B = 7.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#76A017 (or 0x76A017) is known color: Christi. HEX triplet: 76, A0 and 17. RGB value is (118,160,23). Sum of RGB (Red+Green+Blue) = 118+160+23=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 160 (62.89% from 255 or 53.16% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 160 - color contains mainly: green. Hex color #76A017 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A017 is #895FE8. Grayscale: #848484. Windows color (decimal): -9002985 or 1548406. OLE color: 1548406.

HSL color Cylindrical-coordinate representation of color #76A017: hue angle of 78.39º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76A017 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 160 23 -
CMYK 0.26 0 0.86 0.37
HSL 78.39º 0.75% 0.36% -
HSV(B) 78.39º 0.86% 0.63% -
XYZ 20.2 29.06 5.35 -
YUV 131.82 66.59 118.14 -
System Red Green Blue C M Y K H S L
Decimal 118 160 23 0.26 0 0.86 0.37 78.39 0.75 0.36
Hex 76 A0 17 1A 0 56 25 4E 4B 24
Octal 166 240 27 32 0 126 45 116 113 44
Binary 1110110 10100000 10111 11010 0 1010110 100101 1001110 1001011 100100

Color Harmonies of #76A017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A017

Black with #76A017

Text Example


Text Example

White with #76A017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,160,23); }

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

background-color css

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

 a { background-color: rgb(118,160,23); }

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

border-color css

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

 span { border-color: rgb(118,160,23); }

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