#629271

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

Shades of Oxley #629271

Tints of Oxley #629271

Color information

#629271 (or 0x629271) is unknown color: approx Oxley. HEX triplet: 62, 92 and 71. RGB value is (98,146,113). Sum of RGB (Red+Green+Blue) = 98+146+113=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #629271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629271 is #9D6D8E. Grayscale: #7F7F7F. Windows color (decimal): -10317199 or 7443042. OLE color: 7443042.

HSL color Cylindrical-coordinate representation of color #629271: hue angle of 138.75º 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 #629271 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB98146113-
CMYK0.3300.230.43
HSL138.75º19.67%47.84%-
HSV(B)138.75º32.88%57.25%-
XYZ18.324.3519.36-
YUV127.89119.6106.68-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.45%
GREEN value IS 146 (57.42% from 255) = 40.90%
BLUE value IS 113 (44.53% from 255) = 31.65%
R=27.45%
G=40.90%
B=31.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal981461130.3300.230.43138.7519.6747.84
Hex629271210172B8b1430
Octal14222216141027532132460
Binary11000101001001011100011000010101111010111000101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629271; }

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

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

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

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

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

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

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

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