#638307

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

Shades of Olive Drab #638307

Tints of Olive Drab #638307

Color information

#638307 (or 0x638307) is unknown color: approx Olive Drab. HEX triplet: 63, 83 and 07. RGB value is (99,131,7). Sum of RGB (Red+Green+Blue) = 99+131+7=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #638307 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638307 is #9C7CF8. Grayscale: #6B6B6B. Windows color (decimal): -10255609 or 492387. OLE color: 492387.

HSL color Cylindrical-coordinate representation of color #638307: hue angle of 75.48º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #638307 is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB991317-
CMYK0.2400.950.49
HSL75.48º89.86%27.06%-
HSV(B)75.48º94.66%51.37%-
XYZ13.318.93.15-
YUV107.371.4122.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.77%
GREEN value IS 131 (51.56% from 255) = 55.27%
BLUE value IS 7 (3.12% from 255) = 2.95%
R=41.77%
G=55.27%
B=2.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9913170.2400.950.4975.4889.8627.06
Hex638371805F314b5a1b
Octal14320373001376111313233
Binary11000111000001111111000010111111100011001011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638307; }

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

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

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

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

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

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

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

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