#62966D

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

Shades of Oxley #62966D

Tints of Oxley #62966D

Color information

#62966D (or 0x62966D) is unknown color: approx Oxley. HEX triplet: 62, 96 and 6D. RGB value is (98,150,109). Sum of RGB (Red+Green+Blue) = 98+150+109=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #62966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62966D is #9D6992. Grayscale: #818181. Windows color (decimal): -10316179 or 7181922. OLE color: 7181922.

HSL color Cylindrical-coordinate representation of color #62966D: hue angle of 132.69º 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 #62966D is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB98150109-
CMYK0.3500.270.41
HSL132.69º20.97%48.63%-
HSV(B)132.69º34.67%58.82%-
XYZ18.725.5118.41-
YUV129.78116.27105.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.45%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 109 (42.97% from 255) = 30.53%
R=27.45%
G=42.02%
B=30.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal981501090.3500.270.41132.6920.9748.63
Hex62966D2301B29851531
Octal14222615543033512052561
Binary11000101001011011011011000110110111010011000010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62966D; }

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

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

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

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

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

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

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

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