#629673

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

Shades of Oxley #629673

Tints of Oxley #629673

Color information

#629673 (or 0x629673) is unknown color: approx Oxley. HEX triplet: 62, 96 and 73. RGB value is (98,150,115). Sum of RGB (Red+Green+Blue) = 98+150+115=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 150 - color contains mainly: green. Hex color #629673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629673 is #9D698C. Grayscale: #828282. Windows color (decimal): -10316173 or 7575138. OLE color: 7575138.

HSL color Cylindrical-coordinate representation of color #629673: hue angle of 139.62º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #629673 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB98150115-
CMYK0.3500.230.41
HSL139.62º20.97%48.63%-
HSV(B)139.62º34.67%58.82%-
XYZ19.0425.6520.17-
YUV130.46119.27104.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.00%
GREEN value IS 150 (58.98% from 255) = 41.32%
BLUE value IS 115 (45.31% from 255) = 31.68%
R=27.00%
G=41.32%
B=31.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal981501150.3500.230.41139.6220.9748.63
Hex62967323017298c1531
Octal14222616343027512142561
Binary11000101001011011100111000110101111010011000110010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629673; }

 p { color: rgb(98,150,115); }

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

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

 a { background-color: rgb(98,150,115); }

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

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

 span { border-color: rgb(98,150,115); }

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