#639C71

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

Shades of Oxley #639C71

Tints of Oxley #639C71

Color information

#639C71 (or 0x639C71) is unknown color: approx Oxley. HEX triplet: 63, 9C and 71. RGB value is (99,156,113). Sum of RGB (Red+Green+Blue) = 99+156+113=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 156 - color contains mainly: green. Hex color #639C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639C71 is #9C638E. Grayscale: #868686. Windows color (decimal): -10249103 or 7445603. OLE color: 7445603.

HSL color Cylindrical-coordinate representation of color #639C71: hue angle of 134.74º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639C71 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB99156113-
CMYK0.3700.280.39
HSL134.74º22.35%50%-
HSV(B)134.74º36.54%61.18%-
XYZ20.0127.6219.9-
YUV134.05116.12103-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.90%
GREEN value IS 156 (61.33% from 255) = 42.39%
BLUE value IS 113 (44.53% from 255) = 30.71%
R=26.90%
G=42.39%
B=30.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991561130.3700.280.39134.7422.3550
Hex639C712501C27871632
Octal14323416145034472072662
Binary11000111001110011100011001010111001001111000011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,156,113); }

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

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

 a { background-color: rgb(99,156,113); }

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

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

 span { border-color: rgb(99,156,113); }

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