Html Css Color HEX #76A41F Christi

📋 copy color: '#76A41F'

red 118 ◦ green 164 ◦ blue 31

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

Shades of Christi #76A41F

Tints of Christi #76A41F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 52.4%

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

R = 37.7%
G = 52.4%
B = 9.9%

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

#76A41F (or 0x76A41F) is known color: Christi. HEX triplet: 76, A4 and 1F. RGB value is (118,164,31). Sum of RGB (Red+Green+Blue) = 118+164+31=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 164 (64.45% from 255 or 52.40% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 164 - color contains mainly: green. Hex color #76A41F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A41F is #895BE0. Grayscale: #878787. Windows color (decimal): -9001953 or 2073718. OLE color: 2073718.

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

Color convert

RGB 118 164 31 -
CMYK 0.28 0 0.81 0.36
HSL 80.75º 0.68% 0.38% -
HSV(B) 80.75º 0.81% 0.64% -
XYZ 20.99 30.5 6.08 -
YUV 135.08 69.26 115.81 -
System Red Green Blue C M Y K H S L
Decimal 118 164 31 0.28 0 0.81 0.36 80.75 0.68 0.38
Hex 76 A4 1F 1C 0 51 24 51 44 26
Octal 166 244 37 34 0 121 44 121 104 46
Binary 1110110 10100100 11111 11100 0 1010001 100100 1010001 1000100 100110

Color Harmonies of #76A41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A41F

Black with #76A41F

Text Example


Text Example

White with #76A41F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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