#77981A

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

Shades of Olive Drab #77981A

Tints of Olive Drab #77981A

Color information

#77981A (or 0x77981A) is unknown color: approx Olive Drab. HEX triplet: 77, 98 and 1A. RGB value is (119,152,26). Sum of RGB (Red+Green+Blue) = 119+152+26=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #77981A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77981A is #8867E5. Grayscale: #808080. Windows color (decimal): -8939494 or 1742967. OLE color: 1742967.

HSL color Cylindrical-coordinate representation of color #77981A: hue angle of 75.71º 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 #77981A is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB11915226-
CMYK0.2200.830.40
HSL75.71º70.79%34.9%-
HSV(B)75.71º82.89%59.61%-
XYZ19.0226.455.08-
YUV127.7770.57121.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 152 (59.77% from 255) = 51.18%
BLUE value IS 26 (10.55% from 255) = 8.75%
R=40.07%
G=51.18%
B=8.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal119152260.2200.830.4075.7170.7934.9
Hex77981A16053284c4723
Octal167230322601235011410743
Binary11101111001100011010101100101001110100010011001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77981A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77981A; }

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

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

<style>
 a { background-color: #77981A; }

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

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

<style>
 span { border-color: #77981A; }

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

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