#639277

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

Shades of Oxley #639277

Tints of Oxley #639277

Color information

#639277 (or 0x639277) is unknown color: approx Oxley. HEX triplet: 63, 92 and 77. RGB value is (99,146,119). Sum of RGB (Red+Green+Blue) = 99+146+119=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 146 - color contains mainly: green. Hex color #639277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639277 is #9C6D88. Grayscale: #808080. Windows color (decimal): -10251657 or 7836259. OLE color: 7836259.

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

Color convert

RGB99146119-
CMYK0.3200.180.43
HSL145.53º19.18%48.04%-
HSV(B)145.53º32.19%57.25%-
XYZ18.7524.5421.2-
YUV128.87122.43106.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.20%
GREEN value IS 146 (57.42% from 255) = 40.11%
BLUE value IS 119 (46.88% from 255) = 32.69%
R=27.20%
G=40.11%
B=32.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991461190.3200.180.43145.5319.1848.04
Hex639277200122B921330
Octal14322216740022532222360
Binary11000111001001011101111000000100101010111001001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639277; }

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

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

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

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

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

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

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

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