#629E77

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

Shades of Oxley #629E77

Tints of Oxley #629E77

Color information

#629E77 (or 0x629E77) is unknown color: approx Oxley. HEX triplet: 62, 9E and 77. RGB value is (98,158,119). Sum of RGB (Red+Green+Blue) = 98+158+119=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 158 - color contains mainly: green. Hex color #629E77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629E77 is #9D6188. Grayscale: #878787. Windows color (decimal): -10314121 or 7839330. OLE color: 7839330.

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

Color convert

RGB98158119-
CMYK0.3800.250.38
HSL141º23.62%50.2%-
HSV(B)141º37.97%61.96%-
XYZ20.5928.3821.85-
YUV135.61118.62101.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.13%
GREEN value IS 158 (62.11% from 255) = 42.13%
BLUE value IS 119 (46.88% from 255) = 31.73%
R=26.13%
G=42.13%
B=31.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981581190.3800.250.3814123.6250.2
Hex629E7726019268d1832
Octal14223616746031462153062
Binary11000101001111011101111001100110011001101000110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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