#639A6C

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

Shades of Oxley #639A6C

Tints of Oxley #639A6C

Color information

#639A6C (or 0x639A6C) is unknown color: approx Oxley. HEX triplet: 63, 9A and 6C. RGB value is (99,154,108). Sum of RGB (Red+Green+Blue) = 99+154+108=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 154 - color contains mainly: green. Hex color #639A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639A6C is #9C6593. Grayscale: #848484. Windows color (decimal): -10249620 or 7117411. OLE color: 7117411.

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

Color convert

RGB99154108-
CMYK0.3600.300.40
HSL129.82º21.74%49.61%-
HSV(B)129.82º35.71%60.39%-
XYZ19.4126.8518.35-
YUV132.31114.28104.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.42%
GREEN value IS 154 (60.55% from 255) = 42.66%
BLUE value IS 108 (42.58% from 255) = 29.92%
R=27.42%
G=42.66%
B=29.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal991541080.3600.300.40129.8221.7449.61
Hex639A6C2401E28821632
Octal14323215444036502022662
Binary11000111001101011011001001000111101010001000001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,154,108); }

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

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

 a { background-color: rgb(99,154,108); }

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

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

 span { border-color: rgb(99,154,108); }

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