#60928E

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

Shades of Half Baked #60928E

Tints of Half Baked #60928E

Color information

#60928E (or 0x60928E) is unknown color: approx Half Baked. HEX triplet: 60, 92 and 8E. RGB value is (96,146,142). Sum of RGB (Red+Green+Blue) = 96+146+142=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 146 - color contains mainly: green. Hex color #60928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60928E is #9F6D71. Grayscale: #828282. Windows color (decimal): -10448242 or 9343584. OLE color: 9343584.

HSL color Cylindrical-coordinate representation of color #60928E: hue angle of 175.2º 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 #60928E is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB96146142-
CMYK0.3400.030.43
HSL175.2º20.66%47.45%-
HSV(B)175.2º34.25%57.25%-
XYZ19.992529.36-
YUV130.59134.44103.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25%
GREEN value IS 146 (57.42% from 255) = 38.02%
BLUE value IS 142 (55.86% from 255) = 36.98%
R=25%
G=38.02%
B=36.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961461420.3400.030.43175.220.6647.45
Hex60928E22032Baf152f
Octal1402222164203532572557
Binary110000010010010100011101000100111010111010111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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