Html Css Color HEX #76A11F Christi

📋 copy color: '#76A11F'

red 118 ◦ green 161 ◦ blue 31

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

Shades of Christi #76A11F

Tints of Christi #76A11F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.94%

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

R = 38.06%
G = 51.94%
B = 10%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#76A11F (or 0x76A11F) is known color: Christi. HEX triplet: 76, A1 and 1F. RGB value is (118,161,31). Sum of RGB (Red+Green+Blue) = 118+161+31=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 161 (63.28% from 255 or 51.94% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 161 - color contains mainly: green. Hex color #76A11F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A11F is #895EE0. Grayscale: #858585. Windows color (decimal): -9002721 or 2072950. OLE color: 2072950.

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

Color convert

RGB 118 161 31 -
CMYK 0.27 0 0.81 0.37
HSL 79.85º 0.68% 0.38% -
HSV(B) 79.85º 0.81% 0.63% -
XYZ 20.46 29.44 5.9 -
YUV 133.32 70.25 117.07 -
System Red Green Blue C M Y K H S L
Decimal 118 161 31 0.27 0 0.81 0.37 79.85 0.68 0.38
Hex 76 A1 1F 1B 0 51 25 50 44 26
Octal 166 241 37 33 0 121 45 120 104 46
Binary 1110110 10100001 11111 11011 0 1010001 100101 1010000 1000100 100110

Color Harmonies of #76A11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A11F

Black with #76A11F

Text Example


Text Example

White with #76A11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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