#629F74

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

Shades of Oxley #629F74

Tints of Oxley #629F74

Color information

#629F74 (or 0x629F74) is unknown color: approx Oxley. HEX triplet: 62, 9F and 74. RGB value is (98,159,116). Sum of RGB (Red+Green+Blue) = 98+159+116=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 159 - color contains mainly: green. Hex color #629F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629F74 is #9D608B. Grayscale: #878787. Windows color (decimal): -10313868 or 7642978. OLE color: 7642978.

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

Color convert

RGB98159116-
CMYK0.3800.270.38
HSL137.7º24.11%50.39%-
HSV(B)137.7º38.36%62.35%-
XYZ20.5928.6520.97-
YUV135.86116.79101-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.27%
GREEN value IS 159 (62.5% from 255) = 42.63%
BLUE value IS 116 (45.70% from 255) = 31.10%
R=26.27%
G=42.63%
B=31.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981591160.3800.270.38137.724.1150.39
Hex629F742601B268a1832
Octal14223716446033462123062
Binary11000101001111111101001001100110111001101000101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,159,116); }

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

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

 a { background-color: rgb(98,159,116); }

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

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

 span { border-color: rgb(98,159,116); }

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