#62831D

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

Shades of Olive Drab #62831D

Tints of Olive Drab #62831D

Color information

#62831D (or 0x62831D) is unknown color: approx Olive Drab. HEX triplet: 62, 83 and 1D. RGB value is (98,131,29). Sum of RGB (Red+Green+Blue) = 98+131+29=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #62831D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62831D is #9D7CE2. Grayscale: #6D6D6D. Windows color (decimal): -10321123 or 1934178. OLE color: 1934178.

HSL color Cylindrical-coordinate representation of color #62831D: hue angle of 79.41º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #62831D is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB9813129-
CMYK0.2500.780.49
HSL79.41º63.75%31.37%-
HSV(B)79.41º77.86%51.37%-
XYZ13.3818.924.11-
YUV109.582.57119.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.98%
GREEN value IS 131 (51.56% from 255) = 50.78%
BLUE value IS 29 (11.72% from 255) = 11.24%
R=37.98%
G=50.78%
B=11.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98131290.2500.780.4979.4163.7531.37
Hex62831D1904E314f401f
Octal142203353101166111710037
Binary1100010100000111110111001010011101100011001111100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62831D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62831D; }

 p { color: rgb(98,131,29); }

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

<style>
 a { background-color: #62831D; }

 a { background-color: rgb(98,131,29); }

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

<style>
 span { border-color: #62831D; }

 span { border-color: rgb(98,131,29); }

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