Html Css Color HEX #76A31C Christi

📋 copy color: '#76A31C'

red 118 ◦ green 163 ◦ blue 28

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

Shades of Christi #76A31C

Tints of Christi #76A31C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.75%

 BLUE value IS 28 (11.33% from 255) = 9.06%

R = 38.19%
G = 52.75%
B = 9.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#76A31C (or 0x76A31C) is known color: Christi. HEX triplet: 76, A3 and 1C. RGB value is (118,163,28). Sum of RGB (Red+Green+Blue) = 118+163+28=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 163 (64.06% from 255 or 52.75% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 163 - color contains mainly: green. Hex color #76A31C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A31C is #895CE3. Grayscale: #868686. Windows color (decimal): -9002212 or 1876854. OLE color: 1876854.

HSL color Cylindrical-coordinate representation of color #76A31C: hue angle of 80º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76A31C is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 163 28 -
CMYK 0.28 0 0.83 0.36
HSL 80º 0.71% 0.37% -
HSV(B) 80º 0.83% 0.64% -
XYZ 20.78 30.13 5.82 -
YUV 134.16 68.09 116.48 -
System Red Green Blue C M Y K H S L
Decimal 118 163 28 0.28 0 0.83 0.36 80 0.71 0.37
Hex 76 A3 1C 1C 0 53 24 50 47 25
Octal 166 243 34 34 0 123 44 120 107 45
Binary 1110110 10100011 11100 11100 0 1010011 100100 1010000 1000111 100101

Color Harmonies of #76A31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A31C

Black with #76A31C

Text Example


Text Example

White with #76A31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,163,28); }

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

background-color css

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

 a { background-color: rgb(118,163,28); }

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

border-color css

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

 span { border-color: rgb(118,163,28); }

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