#639E75

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

Shades of Oxley #639E75

Tints of Oxley #639E75

Color information

#639E75 (or 0x639E75) is unknown color: approx Oxley. HEX triplet: 63, 9E and 75. RGB value is (99,158,117). Sum of RGB (Red+Green+Blue) = 99+158+117=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 158 - color contains mainly: green. Hex color #639E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639E75 is #9C618A. Grayscale: #878787. Windows color (decimal): -10248587 or 7708259. OLE color: 7708259.

HSL color Cylindrical-coordinate representation of color #639E75: hue angle of 138.31º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639E75 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB99158117-
CMYK0.3700.260.38
HSL138.31º23.32%50.39%-
HSV(B)138.31º37.34%61.96%-
XYZ20.5828.3921.22-
YUV135.68117.45101.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.47%
GREEN value IS 158 (62.11% from 255) = 42.25%
BLUE value IS 117 (46.09% from 255) = 31.28%
R=26.47%
G=42.25%
B=31.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991581170.3700.260.38138.3123.3250.39
Hex639E752501A268a1732
Octal14323616545032462122762
Binary11000111001111011101011001010110101001101000101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,158,117); }

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

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

 a { background-color: rgb(99,158,117); }

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

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

 span { border-color: rgb(99,158,117); }

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