#639B6E

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

Shades of Oxley #639B6E

Tints of Oxley #639B6E

Color information

#639B6E (or 0x639B6E) is unknown color: approx Oxley. HEX triplet: 63, 9B and 6E. RGB value is (99,155,110). Sum of RGB (Red+Green+Blue) = 99+155+110=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #639B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639B6E is #9C6491. Grayscale: #858585. Windows color (decimal): -10249362 or 7248739. OLE color: 7248739.

HSL color Cylindrical-coordinate representation of color #639B6E: hue angle of 131.79º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639B6E is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB99155110-
CMYK0.3600.290.39
HSL131.79º22.05%49.8%-
HSV(B)131.79º36.13%60.78%-
XYZ19.6827.2218.97-
YUV133.13114.95103.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.20%
GREEN value IS 155 (60.94% from 255) = 42.58%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=27.20%
G=42.58%
B=30.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991551100.3600.290.39131.7922.0549.8
Hex639B6E2401D27841632
Octal14323315644035472042662
Binary11000111001101111011101001000111011001111000010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639B6E; }

 p { color: rgb(99,155,110); }

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

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

 a { background-color: rgb(99,155,110); }

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

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

 span { border-color: rgb(99,155,110); }

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