#638607

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

Shades of Olive Drab #638607

Tints of Olive Drab #638607

Color information

#638607 (or 0x638607) is unknown color: approx Olive Drab. HEX triplet: 63, 86 and 07. RGB value is (99,134,7). Sum of RGB (Red+Green+Blue) = 99+134+7=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 134 (52.73% from 255 or 55.83% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 134 - color contains mainly: green. Hex color #638607 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638607 is #9C79F8. Grayscale: #6D6D6D. Windows color (decimal): -10254841 or 493155. OLE color: 493155.

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

Color convert

RGB991347-
CMYK0.2600.950.47
HSL76.54º90.07%27.65%-
HSV(B)76.54º94.78%52.55%-
XYZ13.7119.723.28-
YUV109.0670.4120.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.25%
GREEN value IS 134 (52.73% from 255) = 55.83%
BLUE value IS 7 (3.12% from 255) = 2.92%
R=41.25%
G=55.83%
B=2.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9913470.2600.950.4776.5490.0727.65
Hex638671A05F2F4d5a1c
Octal14320673201375711513234
Binary11000111000011011111010010111111011111001101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638607; }

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

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

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

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

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

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

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

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