#609692

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

Shades of Half Baked #609692

Tints of Half Baked #609692

Color information

#609692 (or 0x609692) is unknown color: approx Half Baked. HEX triplet: 60, 96 and 92. RGB value is (96,150,146). Sum of RGB (Red+Green+Blue) = 96+150+146=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 150 - color contains mainly: green. Hex color #609692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609692 is #9F696D. Grayscale: #858585. Windows color (decimal): -10447214 or 9606752. OLE color: 9606752.

HSL color Cylindrical-coordinate representation of color #609692: hue angle of 175.56º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609692 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB96150146-
CMYK0.3600.030.41
HSL175.56º21.95%48.24%-
HSV(B)175.56º36%58.82%-
XYZ20.9226.3731.18-
YUV133.4135.11101.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.49%
GREEN value IS 150 (58.98% from 255) = 38.27%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=24.49%
G=38.27%
B=37.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961501460.3600.030.41175.5621.9548.24
Hex609692240329b01630
Octal1402262224403512602660
Binary110000010010110100100101001000111010011011000010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609692; }

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

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

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

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

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

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

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

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