#639309

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

Shades of Olive Drab #639309

Tints of Olive Drab #639309

Color information

#639309 (or 0x639309) is unknown color: approx Olive Drab. HEX triplet: 63, 93 and 09. RGB value is (99,147,9). Sum of RGB (Red+Green+Blue) = 99+147+9=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 147 (57.81% from 255 or 57.65% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 147 - color contains mainly: green. Hex color #639309 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639309 is #9C6CF6. Grayscale: #757575. Windows color (decimal): -10251511 or 627555. OLE color: 627555.

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

Color convert

RGB991479-
CMYK0.3300.940.42
HSL80.87º88.46%30.59%-
HSV(B)80.87º93.88%57.65%-
XYZ15.6323.543.98-
YUV116.9267.1115.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.82%
GREEN value IS 147 (57.81% from 255) = 57.65%
BLUE value IS 9 (3.91% from 255) = 3.53%
R=38.82%
G=57.65%
B=3.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9914790.3300.940.4280.8788.4630.59
Hex639392105E2A51581f
Octal143223114101365212113037
Binary1100011100100111001100001010111101010101010001101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639309; }

 p { color: rgb(99,147,9); }

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

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

 a { background-color: rgb(99,147,9); }

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

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

 span { border-color: rgb(99,147,9); }

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