#60928F

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

Shades of Half Baked #60928F

Tints of Half Baked #60928F

Color information

#60928F (or 0x60928F) is unknown color: approx Half Baked. HEX triplet: 60, 92 and 8F. RGB value is (96,146,143). Sum of RGB (Red+Green+Blue) = 96+146+143=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 146 - color contains mainly: green. Hex color #60928F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60928F is #9F6D70. Grayscale: #828282. Windows color (decimal): -10448241 or 9409120. OLE color: 9409120.

HSL color Cylindrical-coordinate representation of color #60928F: hue angle of 176.4º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60928F is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB96146143-
CMYK0.3400.020.43
HSL176.4º20.66%47.45%-
HSV(B)176.4º34.25%57.25%-
XYZ20.0625.0329.76-
YUV130.71134.94103.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.94%
GREEN value IS 146 (57.42% from 255) = 37.92%
BLUE value IS 143 (56.25% from 255) = 37.14%
R=24.94%
G=37.92%
B=37.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961461430.3400.020.43176.420.6647.45
Hex60928F22022Bb0152f
Octal1402222174202532602557
Binary110000010010010100011111000100101010111011000010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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