#61801F

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

Shades of Olive Drab #61801F

Tints of Olive Drab #61801F

Color information

#61801F (or 0x61801F) is unknown color: approx Olive Drab. HEX triplet: 61, 80 and 1F. RGB value is (97,128,31). Sum of RGB (Red+Green+Blue) = 97+128+31=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #61801F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61801F is #9E7FE0. Grayscale: #6C6C6C. Windows color (decimal): -10387425 or 2064481. OLE color: 2064481.

HSL color Cylindrical-coordinate representation of color #61801F: hue angle of 79.18º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #61801F is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB9712831-
CMYK0.2400.760.50
HSL79.18º61.01%31.18%-
HSV(B)79.18º75.78%50.2%-
XYZ12.918.084.11-
YUV107.6784.73120.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.89%
GREEN value IS 128 (50.39% from 255) = 50%
BLUE value IS 31 (12.5% from 255) = 12.11%
R=37.89%
G=50%
B=12.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97128310.2400.760.5079.1861.0131.18
Hex61801F1804C324f3d1f
Octal14120037300114621177537
Binary110000110000000111111100001001100110010100111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61801F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61801F; }

 p { color: rgb(97,128,31); }

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

<style>
 a { background-color: #61801F; }

 a { background-color: rgb(97,128,31); }

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

<style>
 span { border-color: #61801F; }

 span { border-color: rgb(97,128,31); }

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