Html Css Color HEX #76961D Olive Drab

📋 copy color: '#76961D'

red 118 ◦ green 150 ◦ blue 29

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

Shades of Olive Drab #76961D

Tints of Olive Drab #76961D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.51%

 BLUE value IS 29 (11.72% from 255) = 9.76%

R = 39.73%
G = 50.51%
B = 9.76%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#76961D (or 0x76961D) is known color: Olive Drab. HEX triplet: 76, 96 and 1D. RGB value is (118,150,29). Sum of RGB (Red+Green+Blue) = 118+150+29=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #76961D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76961D is #8969E2. Grayscale: #7F7F7F. Windows color (decimal): -9005539 or 1939062. OLE color: 1939062.

HSL color Cylindrical-coordinate representation of color #76961D: hue angle of 75.87º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76961D is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 150 29 -
CMYK 0.21 0 0.81 0.41
HSL 75.87º 0.68% 0.35% -
HSV(B) 75.87º 0.81% 0.59% -
XYZ 18.6 25.75 5.15 -
YUV 126.64 72.9 121.84 -
System Red Green Blue C M Y K H S L
Decimal 118 150 29 0.21 0 0.81 0.41 75.87 0.68 0.35
Hex 76 96 1D 15 0 51 29 4C 44 23
Octal 166 226 35 25 0 121 51 114 104 43
Binary 1110110 10010110 11101 10101 0 1010001 101001 1001100 1000100 100011

Color Harmonies of #76961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76961D

Black with #76961D

Text Example


Text Example

White with #76961D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76961D; }

 p { color: rgb(118,150,29); }

 H1.HeaderClassName
 {
   color: #76961D;
 }
 .AnyTagClassName
 {
   color: #76961D;
 }
</style>

background-color css

<style>
 a { background-color: #76961D; }

 a { background-color: rgb(118,150,29); }

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

border-color css

<style>
 span { border-color: #76961D; }

 span { border-color: rgb(118,150,29); }

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