#7B981A

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

Shades of Olive Drab #7B981A

Tints of Olive Drab #7B981A

Color information

#7B981A (or 0x7B981A) is unknown color: approx Olive Drab. HEX triplet: 7B, 98 and 1A. RGB value is (123,152,26). Sum of RGB (Red+Green+Blue) = 123+152+26=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #7B981A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B981A is #8467E5. Grayscale: #818181. Windows color (decimal): -8677350 or 1742971. OLE color: 1742971.

HSL color Cylindrical-coordinate representation of color #7B981A: hue angle of 73.81º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B981A is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB12315226-
CMYK0.1900.830.40
HSL73.81º70.79%34.9%-
HSV(B)73.81º82.89%59.61%-
XYZ19.5826.745.11-
YUV128.9669.89123.75-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.86%
GREEN value IS 152 (59.77% from 255) = 50.50%
BLUE value IS 26 (10.55% from 255) = 8.64%
R=40.86%
G=50.50%
B=8.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal123152260.1900.830.4073.8170.7934.9
Hex7B981A13053284a4723
Octal173230322301235011210743
Binary11110111001100011010100110101001110100010010101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B981A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,152,26); }

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

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

 a { background-color: rgb(123,152,26); }

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

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

 span { border-color: rgb(123,152,26); }

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