#629B6E

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

Shades of Oxley #629B6E

Tints of Oxley #629B6E

Color information

#629B6E (or 0x629B6E) is unknown color: approx Oxley. HEX triplet: 62, 9B and 6E. RGB value is (98,155,110). Sum of RGB (Red+Green+Blue) = 98+155+110=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #629B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629B6E is #9D6491. Grayscale: #848484. Windows color (decimal): -10314898 or 7248738. OLE color: 7248738.

HSL color Cylindrical-coordinate representation of color #629B6E: hue angle of 132.63º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #629B6E is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB98155110-
CMYK0.3700.290.39
HSL132.63º22.53%49.61%-
HSV(B)132.63º36.77%60.78%-
XYZ19.5727.1718.96-
YUV132.83115.12103.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.00%
GREEN value IS 155 (60.94% from 255) = 42.70%
BLUE value IS 110 (43.36% from 255) = 30.30%
R=27.00%
G=42.70%
B=30.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981551100.3700.290.39132.6322.5349.61
Hex629B6E2501D27851732
Octal14223315645035472052762
Binary11000101001101111011101001010111011001111000010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,155,110); }

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

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

 a { background-color: rgb(98,155,110); }

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

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

 span { border-color: rgb(98,155,110); }

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