#61891C

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

Shades of Olive Drab #61891C

Tints of Olive Drab #61891C

Color information

#61891C (or 0x61891C) is unknown color: approx Olive Drab. HEX triplet: 61, 89 and 1C. RGB value is (97,137,28). Sum of RGB (Red+Green+Blue) = 97+137+28=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #61891C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61891C is #9E76E3. Grayscale: #717171. Windows color (decimal): -10385124 or 1870177. OLE color: 1870177.

HSL color Cylindrical-coordinate representation of color #61891C: hue angle of 82.02º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61891C is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB9713728-
CMYK0.2900.800.46
HSL82.02º66.06%32.35%-
HSV(B)82.02º79.56%53.73%-
XYZ14.0920.524.32-
YUV112.6180.25116.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.02%
GREEN value IS 137 (53.91% from 255) = 52.29%
BLUE value IS 28 (11.33% from 255) = 10.69%
R=37.02%
G=52.29%
B=10.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal97137280.2900.800.4682.0266.0632.35
Hex61891C1D0502E524220
Octal141211343501205612210240
Binary11000011000100111100111010101000010111010100101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61891C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61891C; }

 p { color: rgb(97,137,28); }

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

<style>
 a { background-color: #61891C; }

 a { background-color: rgb(97,137,28); }

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

<style>
 span { border-color: #61891C; }

 span { border-color: rgb(97,137,28); }

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