#629372

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

Shades of Oxley #629372

Tints of Oxley #629372

Color information

#629372 (or 0x629372) is unknown color: approx Oxley. HEX triplet: 62, 93 and 72. RGB value is (98,147,114). Sum of RGB (Red+Green+Blue) = 98+147+114=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #629372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629372 is #9D6C8D. Grayscale: #808080. Windows color (decimal): -10316942 or 7508834. OLE color: 7508834.

HSL color Cylindrical-coordinate representation of color #629372: hue angle of 139.59º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #629372 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB98147114-
CMYK0.3300.220.42
HSL139.59º20%48.04%-
HSV(B)139.59º33.33%57.65%-
XYZ18.5124.6819.71-
YUV128.59119.77106.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.30%
GREEN value IS 147 (57.81% from 255) = 40.95%
BLUE value IS 114 (44.92% from 255) = 31.75%
R=27.30%
G=40.95%
B=31.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981471140.3300.220.42139.592048.04
Hex629372210162A8c1430
Octal14222316241026522142460
Binary11000101001001111100101000010101101010101000110010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629372; }

 p { color: rgb(98,147,114); }

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

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

 a { background-color: rgb(98,147,114); }

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

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

 span { border-color: rgb(98,147,114); }

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