Html Css Color HEX #76920F Olive Drab

📋 copy color: '#76920F'

red 118 ◦ green 146 ◦ blue 15

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

Shades of Olive Drab #76920F

Tints of Olive Drab #76920F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.33%

 BLUE value IS 15 (6.25% from 255) = 5.38%

R = 42.29%
G = 52.33%
B = 5.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#76920F (or 0x76920F) is known color: Olive Drab. HEX triplet: 76, 92 and 0F. RGB value is (118,146,15). Sum of RGB (Red+Green+Blue) = 118+146+15=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #76920F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76920F is #896DF0. Grayscale: #7B7B7B. Windows color (decimal): -9006577 or 1020534. OLE color: 1020534.

HSL color Cylindrical-coordinate representation of color #76920F: hue angle of 72.82º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76920F is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 146 15 -
CMYK 0.19 0 0.90 0.43
HSL 72.82º 0.81% 0.32% -
HSV(B) 72.82º 0.9% 0.57% -
XYZ 17.84 24.44 4.23 -
YUV 122.69 67.22 124.65 -
System Red Green Blue C M Y K H S L
Decimal 118 146 15 0.19 0 0.90 0.43 72.82 0.81 0.32
Hex 76 92 F 13 0 5A 2B 49 51 20
Octal 166 222 17 23 0 132 53 111 121 40
Binary 1110110 10010010 1111 10011 0 1011010 101011 1001001 1010001 100000

Color Harmonies of #76920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76920F

Black with #76920F

Text Example


Text Example

White with #76920F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,146,15); }

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

background-color css

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

 a { background-color: rgb(118,146,15); }

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

border-color css

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

 span { border-color: rgb(118,146,15); }

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