#629072

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

Shades of Oxley #629072

Tints of Oxley #629072

Color information

#629072 (or 0x629072) is unknown color: approx Oxley. HEX triplet: 62, 90 and 72. RGB value is (98,144,114). Sum of RGB (Red+Green+Blue) = 98+144+114=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #629072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629072 is #9D6F8D. Grayscale: #7E7E7E. Windows color (decimal): -10317710 or 7508066. OLE color: 7508066.

HSL color Cylindrical-coordinate representation of color #629072: hue angle of 140.87º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #629072 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB98144114-
CMYK0.3200.210.44
HSL140.87º19.01%47.45%-
HSV(B)140.87º31.94%56.47%-
XYZ18.0523.7619.55-
YUV126.83120.76107.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.53%
GREEN value IS 144 (56.64% from 255) = 40.45%
BLUE value IS 114 (44.92% from 255) = 32.02%
R=27.53%
G=40.45%
B=32.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981441140.3200.210.44140.8719.0147.45
Hex629072200152C8d132f
Octal14222016240025542152357
Binary11000101001000011100101000000101011011001000110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629072; }

 p { color: rgb(98,144,114); }

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

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

 a { background-color: rgb(98,144,114); }

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

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

 span { border-color: rgb(98,144,114); }

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