#629E6D

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

Shades of Oxley #629E6D

Tints of Oxley #629E6D

Color information

#629E6D (or 0x629E6D) is unknown color: approx Oxley. HEX triplet: 62, 9E and 6D. RGB value is (98,158,109). Sum of RGB (Red+Green+Blue) = 98+158+109=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 158 - color contains mainly: green. Hex color #629E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629E6D is #9D6192. Grayscale: #868686. Windows color (decimal): -10314131 or 7183970. OLE color: 7183970.

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

Color convert

RGB98158109-
CMYK0.3800.310.38
HSL131º23.62%50.2%-
HSV(B)131º37.97%61.96%-
XYZ20.0228.1518.85-
YUV134.47113.62101.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.85%
GREEN value IS 158 (62.11% from 255) = 43.29%
BLUE value IS 109 (42.97% from 255) = 29.86%
R=26.85%
G=43.29%
B=29.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981581090.3800.310.3813123.6250.2
Hex629E6D2601F26831832
Octal14223615546037462033062
Binary11000101001111011011011001100111111001101000001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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