#61841A

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

Shades of Olive Drab #61841A

Tints of Olive Drab #61841A

Color information

#61841A (or 0x61841A) is unknown color: approx Olive Drab. HEX triplet: 61, 84 and 1A. RGB value is (97,132,26). Sum of RGB (Red+Green+Blue) = 97+132+26=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #61841A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61841A is #9E7BE5. Grayscale: #6D6D6D. Windows color (decimal): -10386406 or 1737825. OLE color: 1737825.

HSL color Cylindrical-coordinate representation of color #61841A: hue angle of 79.81º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61841A is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB9713226-
CMYK0.2700.800.48
HSL79.81º67.09%30.98%-
HSV(B)79.81º80.3%51.76%-
XYZ13.3719.123.96-
YUV109.4580.9119.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.04%
GREEN value IS 132 (51.95% from 255) = 51.76%
BLUE value IS 26 (10.55% from 255) = 10.20%
R=38.04%
G=51.76%
B=10.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97132260.2700.800.4879.8167.0930.98
Hex61841A1B0503050431f
Octal141204323301206012010337
Binary1100001100001001101011011010100001100001010000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61841A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,132,26); }

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

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

 a { background-color: rgb(97,132,26); }

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

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

 span { border-color: rgb(97,132,26); }

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