#61950A

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

Shades of Olive Drab #61950A

Tints of Olive Drab #61950A

Color information

#61950A (or 0x61950A) is unknown color: approx Olive Drab. HEX triplet: 61, 95 and 0A. RGB value is (97,149,10). Sum of RGB (Red+Green+Blue) = 97+149+10=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #61950A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61950A is #9E6AF5. Grayscale: #767676. Windows color (decimal): -10382070 or 693601. OLE color: 693601.

HSL color Cylindrical-coordinate representation of color #61950A: hue angle of 82.45º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61950A is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB9714910-
CMYK0.3500.930.42
HSL82.45º87.42%31.18%-
HSV(B)82.45º93.29%58.43%-
XYZ15.7324.064.1-
YUV117.6167.27113.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.89%
GREEN value IS 149 (58.59% from 255) = 58.20%
BLUE value IS 10 (4.30% from 255) = 3.91%
R=37.89%
G=58.20%
B=3.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97149100.3500.930.4282.4587.4231.18
Hex6195A2305D2A52571f
Octal141225124301355212212737
Binary1100001100101011010100011010111011010101010010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61950A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,149,10); }

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

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

 a { background-color: rgb(97,149,10); }

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

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

 span { border-color: rgb(97,149,10); }

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