#62851B

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

Shades of Olive Drab #62851B

Tints of Olive Drab #62851B

Color information

#62851B (or 0x62851B) is unknown color: approx Olive Drab. HEX triplet: 62, 85 and 1B. RGB value is (98,133,27). Sum of RGB (Red+Green+Blue) = 98+133+27=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 133 (52.34% from 255 or 51.55% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 133 - color contains mainly: green. Hex color #62851B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62851B is #9D7AE4. Grayscale: #6E6E6E. Windows color (decimal): -10320613 or 1803618. OLE color: 1803618.

HSL color Cylindrical-coordinate representation of color #62851B: hue angle of 79.81º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62851B is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB9813327-
CMYK0.2600.800.48
HSL79.81º66.25%31.37%-
HSV(B)79.81º79.7%52.16%-
XYZ13.6219.454.07-
YUV110.4580.9119.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.98%
GREEN value IS 133 (52.34% from 255) = 51.55%
BLUE value IS 27 (10.94% from 255) = 10.47%
R=37.98%
G=51.55%
B=10.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98133270.2600.800.4879.8166.2531.37
Hex62851B1A0503050421f
Octal142205333201206012010237
Binary1100010100001011101111010010100001100001010000100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62851B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62851B; }

 p { color: rgb(98,133,27); }

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

<style>
 a { background-color: #62851B; }

 a { background-color: rgb(98,133,27); }

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

<style>
 span { border-color: #62851B; }

 span { border-color: rgb(98,133,27); }

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