#61851E

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

Shades of Olive Drab #61851E

Tints of Olive Drab #61851E

Color information

#61851E (or 0x61851E) is unknown color: approx Olive Drab. HEX triplet: 61, 85 and 1E. RGB value is (97,133,30). Sum of RGB (Red+Green+Blue) = 97+133+30=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #61851E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61851E is #9E7AE1. Grayscale: #6E6E6E. Windows color (decimal): -10386146 or 2000225. OLE color: 2000225.

HSL color Cylindrical-coordinate representation of color #61851E: hue angle of 80.97º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61851E is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB9713330-
CMYK0.2700.770.48
HSL80.97º63.19%31.96%-
HSV(B)80.97º77.44%52.16%-
XYZ13.5519.414.26-
YUV110.4982.57118.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.31%
GREEN value IS 133 (52.34% from 255) = 51.15%
BLUE value IS 30 (12.11% from 255) = 11.54%
R=37.31%
G=51.15%
B=11.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97133300.2700.770.4880.9763.1931.96
Hex61851E1B04D30513f20
Octal14120536330115601217740
Binary1100001100001011111011011010011011100001010001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61851E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61851E; }

 p { color: rgb(97,133,30); }

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

<style>
 a { background-color: #61851E; }

 a { background-color: rgb(97,133,30); }

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

<style>
 span { border-color: #61851E; }

 span { border-color: rgb(97,133,30); }

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