Html Css Color HEX #76A31F Christi

📋 copy color: '#76A31F'

red 118 ◦ green 163 ◦ blue 31

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

Shades of Christi #76A31F

Tints of Christi #76A31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.94%

R = 37.82%
G = 52.24%
B = 9.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#76A31F (or 0x76A31F) is known color: Christi. HEX triplet: 76, A3 and 1F. RGB value is (118,163,31). Sum of RGB (Red+Green+Blue) = 118+163+31=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 163 (64.06% from 255 or 52.24% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 163 - color contains mainly: green. Hex color #76A31F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A31F is #895CE0. Grayscale: #868686. Windows color (decimal): -9002209 or 2073462. OLE color: 2073462.

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

Color convert

RGB 118 163 31 -
CMYK 0.28 0 0.81 0.36
HSL 80.45º 0.68% 0.38% -
HSV(B) 80.45º 0.81% 0.64% -
XYZ 20.82 30.14 6.02 -
YUV 134.5 69.59 116.23 -
System Red Green Blue C M Y K H S L
Decimal 118 163 31 0.28 0 0.81 0.36 80.45 0.68 0.38
Hex 76 A3 1F 1C 0 51 24 50 44 26
Octal 166 243 37 34 0 121 44 120 104 46
Binary 1110110 10100011 11111 11100 0 1010001 100100 1010000 1000100 100110

Color Harmonies of #76A31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A31F

Black with #76A31F

Text Example


Text Example

White with #76A31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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