#639875

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

Shades of Oxley #639875

Tints of Oxley #639875

Color information

#639875 (or 0x639875) is unknown color: approx Oxley. HEX triplet: 63, 98 and 75. RGB value is (99,152,117). Sum of RGB (Red+Green+Blue) = 99+152+117=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #639875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639875 is #9C678A. Grayscale: #848484. Windows color (decimal): -10250123 or 7706723. OLE color: 7706723.

HSL color Cylindrical-coordinate representation of color #639875: hue angle of 140.38º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #639875 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB99152117-
CMYK0.3500.230.40
HSL140.38º21.12%49.22%-
HSV(B)140.38º34.87%59.61%-
XYZ19.5826.3920.89-
YUV132.16119.44104.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.90%
GREEN value IS 152 (59.77% from 255) = 41.30%
BLUE value IS 117 (46.09% from 255) = 31.79%
R=26.90%
G=41.30%
B=31.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal991521170.3500.230.40140.3821.1249.22
Hex63987523017288c1531
Octal14323016543027502142561
Binary11000111001100011101011000110101111010001000110010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639875; }

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

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

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

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

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

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

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

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