#62928F

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

Shades of Half Baked #62928F

Tints of Half Baked #62928F

Color information

#62928F (or 0x62928F) is unknown color: approx Half Baked. HEX triplet: 62, 92 and 8F. RGB value is (98,146,143). Sum of RGB (Red+Green+Blue) = 98+146+143=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 146 - color contains mainly: green. Hex color #62928F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62928F is #9D6D70. Grayscale: #838383. Windows color (decimal): -10317169 or 9409122. OLE color: 9409122.

HSL color Cylindrical-coordinate representation of color #62928F: hue angle of 176.25º 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 #62928F is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB98146143-
CMYK0.3300.020.43
HSL176.25º19.67%47.84%-
HSV(B)176.25º32.88%57.25%-
XYZ20.2725.1429.77-
YUV131.31134.6104.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.32%
GREEN value IS 146 (57.42% from 255) = 37.73%
BLUE value IS 143 (56.25% from 255) = 36.95%
R=25.32%
G=37.73%
B=36.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal981461430.3300.020.43176.2519.6747.84
Hex62928F21022Bb01430
Octal1422222174102532602460
Binary110001010010010100011111000010101010111011000010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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