#62996B

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

Shades of Oxley #62996B

Tints of Oxley #62996B

Color information

#62996B (or 0x62996B) is unknown color: approx Oxley. HEX triplet: 62, 99 and 6B. RGB value is (98,153,107). Sum of RGB (Red+Green+Blue) = 98+153+107=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #62996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62996B is #9D6694. Grayscale: #838383. Windows color (decimal): -10315413 or 7051618. OLE color: 7051618.

HSL color Cylindrical-coordinate representation of color #62996B: hue angle of 129.82º 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 #62996B is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB98153107-
CMYK0.3600.300.4
HSL129.82º21.91%49.22%-
HSV(B)129.82º35.95%60%-
XYZ19.0826.4418.01-
YUV131.31114.28104.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.37%
GREEN value IS 153 (60.16% from 255) = 42.74%
BLUE value IS 107 (42.19% from 255) = 29.89%
R=27.37%
G=42.74%
B=29.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal981531070.3600.300.4129.8221.9149.22
Hex62996B2401E28821631
Octal14223115344036502022661
Binary11000101001100111010111001000111101010001000001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62996B; }

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

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

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

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

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

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

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

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