#7B931E

Color #7B931E Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #7B931E

Tints of Olive Drab #7B931E

Color information

#7B931E (or 0x7B931E) is unknown color: approx Olive Drab. HEX triplet: 7B, 93 and 1E. RGB value is (123,147,30). Sum of RGB (Red+Green+Blue) = 123+147+30=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #7B931E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B931E is #846CE1. Grayscale: #7E7E7E. Windows color (decimal): -8678626 or 2003835. OLE color: 2003835.

HSL color Cylindrical-coordinate representation of color #7B931E: hue angle of 72.31º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B931E is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB12314730-
CMYK0.1600.800.42
HSL72.31º66.1%34.71%-
HSV(B)72.31º79.59%57.65%-
XYZ18.8425.175.09-
YUV126.4973.55125.51-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41%
GREEN value IS 147 (57.81% from 255) = 49%
BLUE value IS 30 (12.11% from 255) = 10%
R=41%
G=49%
B=10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal123147300.1600.800.4272.3166.134.71
Hex7B931E100502A484223
Octal173223362001205211010243
Binary11110111001001111110100000101000010101010010001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B931E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B931E; }

 p { color: rgb(123,147,30); }

 H1.HeaderClassName
 {
   color: #7B931E;
 }
 .AnyTagClassName
 {
   color: #7B931E;
 }
</style>
background-color css

<style>
 a { background-color: #7B931E; }

 a { background-color: rgb(123,147,30); }

 div.DivClassName
 {
   background-color: #7B931E;
 }
 .BgClassName
 {
   background-color: #7B931E;
 }
</style>
border-color css

<style>
 span { border-color: #7B931E; }

 span { border-color: rgb(123,147,30); }

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