Html Css Color HEX #76A21F Christi

📋 copy color: '#76A21F'

red 118 ◦ green 162 ◦ blue 31

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

Shades of Christi #76A21F

Tints of Christi #76A21F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 52.09%

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

R = 37.94%
G = 52.09%
B = 9.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#76A21F (or 0x76A21F) is known color: Christi. HEX triplet: 76, A2 and 1F. RGB value is (118,162,31). Sum of RGB (Red+Green+Blue) = 118+162+31=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #76A21F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A21F is #895DE0. Grayscale: #868686. Windows color (decimal): -9002465 or 2073206. OLE color: 2073206.

HSL color Cylindrical-coordinate representation of color #76A21F: hue angle of 80.15º 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 #76A21F is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 162 31 -
CMYK 0.27 0 0.81 0.36
HSL 80.15º 0.68% 0.38% -
HSV(B) 80.15º 0.81% 0.64% -
XYZ 20.64 29.79 5.96 -
YUV 133.91 69.92 116.65 -
System Red Green Blue C M Y K H S L
Decimal 118 162 31 0.27 0 0.81 0.36 80.15 0.68 0.38
Hex 76 A2 1F 1B 0 51 24 50 44 26
Octal 166 242 37 33 0 121 44 120 104 46
Binary 1110110 10100010 11111 11011 0 1010001 100100 1010000 1000100 100110

Color Harmonies of #76A21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A21F

Black with #76A21F

Text Example


Text Example

White with #76A21F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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