#629273

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

Shades of Oxley #629273

Tints of Oxley #629273

Color information

#629273 (or 0x629273) is unknown color: approx Oxley. HEX triplet: 62, 92 and 73. RGB value is (98,146,115). Sum of RGB (Red+Green+Blue) = 98+146+115=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #629273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629273 is #9D6D8C. Grayscale: #808080. Windows color (decimal): -10317197 or 7574114. OLE color: 7574114.

HSL color Cylindrical-coordinate representation of color #629273: hue angle of 141.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #629273 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB98146115-
CMYK0.3300.210.43
HSL141.25º19.67%47.84%-
HSV(B)141.25º32.88%57.25%-
XYZ18.4124.3919.96-
YUV128.11120.6106.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.30%
GREEN value IS 146 (57.42% from 255) = 40.67%
BLUE value IS 115 (45.31% from 255) = 32.03%
R=27.30%
G=40.67%
B=32.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal981461150.3300.210.43141.2519.6747.84
Hex629273210152B8d1430
Octal14222216341025532152460
Binary11000101001001011100111000010101011010111000110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629273; }

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

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

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

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

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

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

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

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