#629B6F

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

Shades of Oxley #629B6F

Tints of Oxley #629B6F

Color information

#629B6F (or 0x629B6F) is unknown color: approx Oxley. HEX triplet: 62, 9B and 6F. RGB value is (98,155,111). Sum of RGB (Red+Green+Blue) = 98+155+111=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #629B6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629B6F is #9D6490. Grayscale: #858585. Windows color (decimal): -10314897 or 7314274. OLE color: 7314274.

HSL color Cylindrical-coordinate representation of color #629B6F: hue angle of 133.68º 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 #629B6F is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB98155111-
CMYK0.3700.280.39
HSL133.68º22.53%49.61%-
HSV(B)133.68º36.77%60.78%-
XYZ19.6327.1919.25-
YUV132.94115.62103.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.92%
GREEN value IS 155 (60.94% from 255) = 42.58%
BLUE value IS 111 (43.75% from 255) = 30.49%
R=26.92%
G=42.58%
B=30.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981551110.3700.280.39133.6822.5349.61
Hex629B6F2501C27861732
Octal14223315745034472062762
Binary11000101001101111011111001010111001001111000011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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