#629374

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

Shades of Oxley #629374

Tints of Oxley #629374

Color information

#629374 (or 0x629374) is unknown color: approx Oxley. HEX triplet: 62, 93 and 74. RGB value is (98,147,116). Sum of RGB (Red+Green+Blue) = 98+147+116=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #629374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629374 is #9D6C8B. Grayscale: #808080. Windows color (decimal): -10316940 or 7639906. OLE color: 7639906.

HSL color Cylindrical-coordinate representation of color #629374: hue angle of 142.04º 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 #629374 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB98147116-
CMYK0.3300.210.42
HSL142.04º20%48.04%-
HSV(B)142.04º33.33%57.65%-
XYZ18.6224.7320.31-
YUV128.82120.77106.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.15%
GREEN value IS 147 (57.81% from 255) = 40.72%
BLUE value IS 116 (45.70% from 255) = 32.13%
R=27.15%
G=40.72%
B=32.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981471160.3300.210.42142.042048.04
Hex629374210152A8e1430
Octal14222316441025522162460
Binary11000101001001111101001000010101011010101000111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629374; }

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

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

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

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

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

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

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

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