#629E7B

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

Shades of Oxley #629E7B

Tints of Oxley #629E7B

Color information

#629E7B (or 0x629E7B) is unknown color: approx Oxley. HEX triplet: 62, 9E and 7B. RGB value is (98,158,123). Sum of RGB (Red+Green+Blue) = 98+158+123=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 158 - color contains mainly: green. Hex color #629E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629E7B is #9D6184. Grayscale: #888888. Windows color (decimal): -10314117 or 8101474. OLE color: 8101474.

HSL color Cylindrical-coordinate representation of color #629E7B: hue angle of 145º 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 #629E7B is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB98158123-
CMYK0.3800.220.38
HSL145º23.62%50.2%-
HSV(B)145º37.97%61.96%-
XYZ20.8428.4823.14-
YUV136.07120.62100.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.86%
GREEN value IS 158 (62.11% from 255) = 41.69%
BLUE value IS 123 (48.44% from 255) = 32.45%
R=25.86%
G=41.69%
B=32.45%

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
Decimal981581230.3800.220.3814523.6250.2
Hex629E7B2601626911832
Octal14223617346026462213062
Binary11000101001111011110111001100101101001101001000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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