#639670

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

Shades of Oxley #639670

Tints of Oxley #639670

Color information

#639670 (or 0x639670) is unknown color: approx Oxley. HEX triplet: 63, 96 and 70. RGB value is (99,150,112). Sum of RGB (Red+Green+Blue) = 99+150+112=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 150 - color contains mainly: green. Hex color #639670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639670 is #9C698F. Grayscale: #828282. Windows color (decimal): -10250640 or 7378531. OLE color: 7378531.

HSL color Cylindrical-coordinate representation of color #639670: hue angle of 135.29º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #639670 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB99150112-
CMYK0.3400.250.41
HSL135.29º20.48%48.82%-
HSV(B)135.29º34%58.82%-
XYZ18.9825.6419.28-
YUV130.42117.6105.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.42%
GREEN value IS 150 (58.98% from 255) = 41.55%
BLUE value IS 112 (44.14% from 255) = 31.02%
R=27.42%
G=41.55%
B=31.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal991501120.3400.250.41135.2920.4848.82
Hex6396702201929871431
Octal14322616042031512072461
Binary11000111001011011100001000100110011010011000011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639670; }

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

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

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

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

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

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

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

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