#638603

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

Shades of Olive Drab #638603

Tints of Olive Drab #638603

Color information

#638603 (or 0x638603) is unknown color: approx Olive Drab. HEX triplet: 63, 86 and 03. RGB value is (99,134,3). Sum of RGB (Red+Green+Blue) = 99+134+3=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 134 (52.73% from 255 or 56.78% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 134 - color contains mainly: green. Hex color #638603 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638603 is #9C79FC. Grayscale: #6D6D6D. Windows color (decimal): -10254845 or 231011. OLE color: 231011.

HSL color Cylindrical-coordinate representation of color #638603: hue angle of 76.03º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #638603 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB991343-
CMYK0.2600.980.47
HSL76.03º95.62%26.86%-
HSV(B)76.03º97.76%52.55%-
XYZ13.6919.713.17-
YUV108.668.4121.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.95%
GREEN value IS 134 (52.73% from 255) = 56.78%
BLUE value IS 3 (1.56% from 255) = 1.27%
R=41.95%
G=56.78%
B=1.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9913430.2600.980.4776.0395.6226.86
Hex638631A0622F4c601b
Octal14320633201425711414033
Binary1100011100001101111010011000101011111001100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638603; }

 p { color: rgb(99,134,3); }

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

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

 a { background-color: rgb(99,134,3); }

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

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

 span { border-color: rgb(99,134,3); }

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