#60908C

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

Shades of Half Baked #60908C

Tints of Half Baked #60908C

Color information

#60908C (or 0x60908C) is unknown color: approx Half Baked. HEX triplet: 60, 90 and 8C. RGB value is (96,144,140). Sum of RGB (Red+Green+Blue) = 96+144+140=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 144 - color contains mainly: green. Hex color #60908C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60908C is #9F6F73. Grayscale: #818181. Windows color (decimal): -10448756 or 9212000. OLE color: 9212000.

HSL color Cylindrical-coordinate representation of color #60908C: hue angle of 175º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60908C is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB96144140-
CMYK0.3300.030.44
HSL175º20%47.06%-
HSV(B)175º33.33%56.47%-
XYZ19.5324.3328.48-
YUV129.19134.1104.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.26%
GREEN value IS 144 (56.64% from 255) = 37.89%
BLUE value IS 140 (55.08% from 255) = 36.84%
R=25.26%
G=37.89%
B=36.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961441400.3300.030.441752047.06
Hex60908C21032Caf142f
Octal1402202144103542572457
Binary110000010010000100011001000010111011001010111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60908C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60908C; }

 p { color: rgb(96,144,140); }

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

<style>
 a { background-color: #60908C; }

 a { background-color: rgb(96,144,140); }

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

<style>
 span { border-color: #60908C; }

 span { border-color: rgb(96,144,140); }

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