#62851A

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

Shades of Olive Drab #62851A

Tints of Olive Drab #62851A

Color information

#62851A (or 0x62851A) is unknown color: approx Olive Drab. HEX triplet: 62, 85 and 1A. RGB value is (98,133,26). Sum of RGB (Red+Green+Blue) = 98+133+26=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #62851A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62851A is #9D7AE5. Grayscale: #6E6E6E. Windows color (decimal): -10320614 or 1738082. OLE color: 1738082.

HSL color Cylindrical-coordinate representation of color #62851A: hue angle of 79.63º degrees, saturation: 0.67, 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 #62851A is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB9813326-
CMYK0.2600.800.48
HSL79.63º67.3%31.18%-
HSV(B)79.63º80.45%52.16%-
XYZ13.6119.454.01-
YUV110.3480.4119.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.13%
GREEN value IS 133 (52.34% from 255) = 51.75%
BLUE value IS 26 (10.55% from 255) = 10.12%
R=38.13%
G=51.75%
B=10.12%

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
Decimal98133260.2600.800.4879.6367.331.18
Hex62851A1A0503050431f
Octal142205323201206012010337
Binary1100010100001011101011010010100001100001010000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62851A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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