#639415

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

Shades of Olive Drab #639415

Tints of Olive Drab #639415

Color information

#639415 (or 0x639415) is unknown color: approx Olive Drab. HEX triplet: 63, 94 and 15. RGB value is (99,148,21). Sum of RGB (Red+Green+Blue) = 99+148+21=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #639415 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639415 is #9C6BEA. Grayscale: #777777. Windows color (decimal): -10251243 or 1414243. OLE color: 1414243.

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

Color convert

RGB9914821-
CMYK0.3300.860.42
HSL83.15º75.15%33.14%-
HSV(B)83.15º85.81%58.04%-
XYZ15.8723.894.48-
YUV118.8772.77113.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.94%
GREEN value IS 148 (58.20% from 255) = 55.22%
BLUE value IS 21 (8.59% from 255) = 7.84%
R=36.94%
G=55.22%
B=7.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99148210.3300.860.4283.1575.1533.14
Hex639415210562A534b21
Octal143224254101265212311341
Binary110001110010100101011000010101011010101010100111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639415; }

 p { color: rgb(99,148,21); }

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

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

 a { background-color: rgb(99,148,21); }

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

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

 span { border-color: rgb(99,148,21); }

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