#639C78

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

Shades of Oxley #639C78

Tints of Oxley #639C78

Color information

#639C78 (or 0x639C78) is unknown color: approx Oxley. HEX triplet: 63, 9C and 78. RGB value is (99,156,120). Sum of RGB (Red+Green+Blue) = 99+156+120=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 156 - color contains mainly: green. Hex color #639C78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639C78 is #9C6387. Grayscale: #868686. Windows color (decimal): -10249096 or 7904355. OLE color: 7904355.

HSL color Cylindrical-coordinate representation of color #639C78: hue angle of 142.11º 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 #639C78 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB99156120-
CMYK0.3700.230.39
HSL142.11º22.35%50%-
HSV(B)142.11º36.54%61.18%-
XYZ20.4227.7922.06-
YUV134.85119.62102.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.4%
GREEN value IS 156 (61.33% from 255) = 41.6%
BLUE value IS 120 (47.27% from 255) = 32%
R=26.4%
G=41.6%
B=32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991561200.3700.230.39142.1122.3550
Hex639C7825017278e1632
Octal14323417045027472162662
Binary11000111001110011110001001010101111001111000111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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