#63920D

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

Shades of Olive Drab #63920D

Tints of Olive Drab #63920D

Color information

#63920D (or 0x63920D) is unknown color: approx Olive Drab. HEX triplet: 63, 92 and 0D. RGB value is (99,146,13). Sum of RGB (Red+Green+Blue) = 99+146+13=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 146 (57.42% from 255 or 56.59% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 146 - color contains mainly: green. Hex color #63920D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63920D is #9C6DF2. Grayscale: #757575. Windows color (decimal): -10251763 or 889443. OLE color: 889443.

HSL color Cylindrical-coordinate representation of color #63920D: hue angle of 81.2º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #63920D is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB9914613-
CMYK0.3200.910.43
HSL81.2º83.65%31.18%-
HSV(B)81.2º91.1%57.25%-
XYZ15.523.244.05-
YUV116.7869.43115.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.37%
GREEN value IS 146 (57.42% from 255) = 56.59%
BLUE value IS 13 (5.47% from 255) = 5.04%
R=38.37%
G=56.59%
B=5.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal99146130.3200.910.4381.283.6531.18
Hex6392D2005B2B51541f
Octal143222154001335312112437
Binary1100011100100101101100000010110111010111010001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63920D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,146,13); }

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

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

 a { background-color: rgb(99,146,13); }

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

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

 span { border-color: rgb(99,146,13); }

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