#61811A

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

Shades of Olive Drab #61811A

Tints of Olive Drab #61811A

Color information

#61811A (or 0x61811A) is unknown color: approx Olive Drab. HEX triplet: 61, 81 and 1A. RGB value is (97,129,26). Sum of RGB (Red+Green+Blue) = 97+129+26=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #61811A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61811A is #9E7EE5. Grayscale: #6C6C6C. Windows color (decimal): -10387174 or 1737057. OLE color: 1737057.

HSL color Cylindrical-coordinate representation of color #61811A: hue angle of 78.64º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61811A is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB9712926-
CMYK0.2500.800.49
HSL78.64º66.45%30.39%-
HSV(B)78.64º79.84%50.59%-
XYZ12.9718.323.83-
YUV107.6981.9120.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.49%
GREEN value IS 129 (50.78% from 255) = 51.19%
BLUE value IS 26 (10.55% from 255) = 10.32%
R=38.49%
G=51.19%
B=10.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97129260.2500.800.4978.6466.4530.39
Hex61811A19050314f421e
Octal141201323101206111710236
Binary1100001100000011101011001010100001100011001111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61811A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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