#629971

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

Shades of Oxley #629971

Tints of Oxley #629971

Color information

#629971 (or 0x629971) is unknown color: approx Oxley. HEX triplet: 62, 99 and 71. RGB value is (98,153,113). Sum of RGB (Red+Green+Blue) = 98+153+113=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #629971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629971 is #9D668E. Grayscale: #848484. Windows color (decimal): -10315407 or 7444834. OLE color: 7444834.

HSL color Cylindrical-coordinate representation of color #629971: hue angle of 136.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #629971 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB98153113-
CMYK0.3600.260.4
HSL136.36º21.91%49.22%-
HSV(B)136.36º35.95%60%-
XYZ19.4126.5719.73-
YUV132117.28103.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.92%
GREEN value IS 153 (60.16% from 255) = 42.03%
BLUE value IS 113 (44.53% from 255) = 31.04%
R=26.92%
G=42.03%
B=31.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal981531130.3600.260.4136.3621.9149.22
Hex6299712401A28881631
Octal14223116144032502102661
Binary11000101001100111100011001000110101010001000100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629971; }

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

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

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

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

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

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

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

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