#62918E

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

Shades of Half Baked #62918E

Tints of Half Baked #62918E

Color information

#62918E (or 0x62918E) is unknown color: approx Half Baked. HEX triplet: 62, 91 and 8E. RGB value is (98,145,142). Sum of RGB (Red+Green+Blue) = 98+145+142=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 145 - color contains mainly: green. Hex color #62918E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62918E is #9D6E71. Grayscale: #828282. Windows color (decimal): -10317426 or 9343330. OLE color: 9343330.

HSL color Cylindrical-coordinate representation of color #62918E: hue angle of 176.17º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #62918E is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB98145142-
CMYK0.3200.020.43
HSL176.17º19.34%47.65%-
HSV(B)176.17º32.41%56.86%-
XYZ20.0424.829.32-
YUV130.6134.43104.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.45%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 142 (55.86% from 255) = 36.88%
R=25.45%
G=37.66%
B=36.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal981451420.3200.020.43176.1719.3447.65
Hex62918E20022Bb01330
Octal1422212164002532602360
Binary110001010010001100011101000000101010111011000010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62918E; }

 p { color: rgb(98,145,142); }

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

<style>
 a { background-color: #62918E; }

 a { background-color: rgb(98,145,142); }

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

<style>
 span { border-color: #62918E; }

 span { border-color: rgb(98,145,142); }

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