#639370

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

Shades of Oxley #639370

Tints of Oxley #639370

Color information

#639370 (or 0x639370) is unknown color: approx Oxley. HEX triplet: 63, 93 and 70. RGB value is (99,147,112). Sum of RGB (Red+Green+Blue) = 99+147+112=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #639370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639370 is #9C6C8F. Grayscale: #808080. Windows color (decimal): -10251408 or 7377763. OLE color: 7377763.

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

Color convert

RGB99147112-
CMYK0.3300.240.42
HSL136.25º19.51%48.24%-
HSV(B)136.25º32.65%57.65%-
XYZ18.524.6919.12-
YUV128.66118.6106.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.65%
GREEN value IS 147 (57.81% from 255) = 41.06%
BLUE value IS 112 (44.14% from 255) = 31.28%
R=27.65%
G=41.06%
B=31.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991471120.3300.240.42136.2519.5148.24
Hex639370210182A881430
Octal14322316041030522102460
Binary11000111001001111100001000010110001010101000100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639370; }

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

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

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

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

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

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

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

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