#62926D

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

Shades of Oxley #62926D

Tints of Oxley #62926D

Color information

#62926D (or 0x62926D) is unknown color: approx Oxley. HEX triplet: 62, 92 and 6D. RGB value is (98,146,109). Sum of RGB (Red+Green+Blue) = 98+146+109=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #62926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62926D is #9D6D92. Grayscale: #7F7F7F. Windows color (decimal): -10317203 or 7180898. OLE color: 7180898.

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

Color convert

RGB98146109-
CMYK0.3300.250.43
HSL133.75º19.67%47.84%-
HSV(B)133.75º32.88%57.25%-
XYZ18.0824.2618.2-
YUV127.43117.6107.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.76%
GREEN value IS 146 (57.42% from 255) = 41.36%
BLUE value IS 109 (42.97% from 255) = 30.88%
R=27.76%
G=41.36%
B=30.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal981461090.3300.250.43133.7519.6747.84
Hex62926D210192B861430
Octal14222215541031532062460
Binary11000101001001011011011000010110011010111000011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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