#62930C

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

Shades of Olive Drab #62930C

Tints of Olive Drab #62930C

Color information

#62930C (or 0x62930C) is unknown color: approx Olive Drab. HEX triplet: 62, 93 and 0C. RGB value is (98,147,12). Sum of RGB (Red+Green+Blue) = 98+147+12=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 147 (57.81% from 255 or 57.20% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 147 - color contains mainly: green. Hex color #62930C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62930C is #9D6CF3. Grayscale: #757575. Windows color (decimal): -10317044 or 824162. OLE color: 824162.

HSL color Cylindrical-coordinate representation of color #62930C: hue angle of 81.78º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62930C is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB9814712-
CMYK0.3300.920.42
HSL81.78º84.91%31.18%-
HSV(B)81.78º91.84%57.65%-
XYZ15.5423.494.06-
YUV116.9668.77114.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.13%
GREEN value IS 147 (57.81% from 255) = 57.20%
BLUE value IS 12 (5.08% from 255) = 4.67%
R=38.13%
G=57.20%
B=4.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98147120.3300.920.4281.7884.9131.18
Hex6293C2105C2A52551f
Octal142223144101345212212537
Binary1100010100100111100100001010111001010101010010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62930C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62930C; }

 p { color: rgb(98,147,12); }

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

<style>
 a { background-color: #62930C; }

 a { background-color: rgb(98,147,12); }

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

<style>
 span { border-color: #62930C; }

 span { border-color: rgb(98,147,12); }

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