#639276

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

Shades of Oxley #639276

Tints of Oxley #639276

Color information

#639276 (or 0x639276) is unknown color: approx Oxley. HEX triplet: 63, 92 and 76. RGB value is (99,146,118). Sum of RGB (Red+Green+Blue) = 99+146+118=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #639276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639276 is #9C6D89. Grayscale: #808080. Windows color (decimal): -10251658 or 7770723. OLE color: 7770723.

HSL color Cylindrical-coordinate representation of color #639276: hue angle of 144.26º 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 #639276 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB99146118-
CMYK0.3200.190.43
HSL144.26º19.18%48.04%-
HSV(B)144.26º32.19%57.25%-
XYZ18.6924.5220.89-
YUV128.76121.93106.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.27%
GREEN value IS 146 (57.42% from 255) = 40.22%
BLUE value IS 118 (46.48% from 255) = 32.51%
R=27.27%
G=40.22%
B=32.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991461180.3200.190.43144.2619.1848.04
Hex639276200132B901330
Octal14322216640023532202360
Binary11000111001001011101101000000100111010111001000010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639276; }

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

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

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

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

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

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

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

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