Html Css Color HEX #76951F Olive Drab

📋 copy color: '#76951F'

red 118 ◦ green 149 ◦ blue 31

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

Shades of Olive Drab #76951F

Tints of Olive Drab #76951F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50%

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

R = 39.6%
G = 50%
B = 10.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#76951F (or 0x76951F) is known color: Olive Drab. HEX triplet: 76, 95 and 1F. RGB value is (118,149,31). Sum of RGB (Red+Green+Blue) = 118+149+31=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #76951F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76951F is #896AE0. Grayscale: #7E7E7E. Windows color (decimal): -9005793 or 2069878. OLE color: 2069878.

HSL color Cylindrical-coordinate representation of color #76951F: hue angle of 75.76º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76951F is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 149 31 -
CMYK 0.21 0 0.79 0.42
HSL 75.76º 0.66% 0.35% -
HSV(B) 75.76º 0.79% 0.58% -
XYZ 18.47 25.45 5.23 -
YUV 126.28 74.23 122.09 -
System Red Green Blue C M Y K H S L
Decimal 118 149 31 0.21 0 0.79 0.42 75.76 0.66 0.35
Hex 76 95 1F 15 0 4F 2A 4C 42 23
Octal 166 225 37 25 0 117 52 114 102 43
Binary 1110110 10010101 11111 10101 0 1001111 101010 1001100 1000010 100011

Color Harmonies of #76951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76951F

Black with #76951F

Text Example


Text Example

White with #76951F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76951F; }

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

 H1.HeaderClassName
 {
   color: #76951F;
 }
 .AnyTagClassName
 {
   color: #76951F;
 }
</style>

background-color css

<style>
 a { background-color: #76951F; }

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

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

border-color css

<style>
 span { border-color: #76951F; }

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

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