#62966F

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

Shades of Oxley #62966F

Tints of Oxley #62966F

Color information

#62966F (or 0x62966F) is unknown color: approx Oxley. HEX triplet: 62, 96 and 6F. RGB value is (98,150,111). Sum of RGB (Red+Green+Blue) = 98+150+111=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 150 - color contains mainly: green. Hex color #62966F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62966F is #9D6990. Grayscale: #828282. Windows color (decimal): -10316177 or 7312994. OLE color: 7312994.

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

Color convert

RGB98150111-
CMYK0.3500.260.41
HSL135º20.97%48.63%-
HSV(B)135º34.67%58.82%-
XYZ18.8125.5618.98-
YUV130.01117.27105.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.30%
GREEN value IS 150 (58.98% from 255) = 41.78%
BLUE value IS 111 (43.75% from 255) = 30.92%
R=27.30%
G=41.78%
B=30.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal981501110.3500.260.4113520.9748.63
Hex62966F2301A29871531
Octal14222615743032512072561
Binary11000101001011011011111000110110101010011000011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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