#639270

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

Shades of Oxley #639270

Tints of Oxley #639270

Color information

#639270 (or 0x639270) is unknown color: approx Oxley. HEX triplet: 63, 92 and 70. RGB value is (99,146,112). Sum of RGB (Red+Green+Blue) = 99+146+112=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #639270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639270 is #9C6D8F. Grayscale: #808080. Windows color (decimal): -10251664 or 7377507. OLE color: 7377507.

HSL color Cylindrical-coordinate representation of color #639270: hue angle of 136.6º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #639270 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB99146112-
CMYK0.3200.230.43
HSL136.6º19.18%48.04%-
HSV(B)136.6º32.19%57.25%-
XYZ18.3524.3819.07-
YUV128.07118.93107.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.73%
GREEN value IS 146 (57.42% from 255) = 40.90%
BLUE value IS 112 (44.14% from 255) = 31.37%
R=27.73%
G=40.90%
B=31.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991461120.3200.230.43136.619.1848.04
Hex639270200172B891330
Octal14322216040027532112360
Binary11000111001001011100001000000101111010111000100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639270; }

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

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

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

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

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

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

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

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