#629E7C

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

Shades of Oxley #629E7C

Tints of Oxley #629E7C

Color information

#629E7C (or 0x629E7C) is unknown color: approx Oxley. HEX triplet: 62, 9E and 7C. RGB value is (98,158,124). Sum of RGB (Red+Green+Blue) = 98+158+124=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 158 - color contains mainly: green. Hex color #629E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629E7C is #9D6183. Grayscale: #888888. Windows color (decimal): -10314116 or 8167010. OLE color: 8167010.

HSL color Cylindrical-coordinate representation of color #629E7C: hue angle of 146º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #629E7C is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB98158124-
CMYK0.3800.220.38
HSL146º23.62%50.2%-
HSV(B)146º37.97%61.96%-
XYZ20.928.5123.47-
YUV136.18121.12100.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.79%
GREEN value IS 158 (62.11% from 255) = 41.58%
BLUE value IS 124 (48.83% from 255) = 32.63%
R=25.79%
G=41.58%
B=32.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981581240.3800.220.3814623.6250.2
Hex629E7C2601626921832
Octal14223617446026462223062
Binary11000101001111011111001001100101101001101001001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629E7C; }

 p { color: rgb(98,158,124); }

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

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

 a { background-color: rgb(98,158,124); }

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

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

 span { border-color: rgb(98,158,124); }

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