#618786

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

Shades of Half Baked #618786

Tints of Half Baked #618786

Color information

#618786 (or 0x618786) is unknown color: approx Half Baked. HEX triplet: 61, 87 and 86. RGB value is (97,135,134). Sum of RGB (Red+Green+Blue) = 97+135+134=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 135 - color contains mainly: green. Hex color #618786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618786 is #9E7879. Grayscale: #7B7B7B. Windows color (decimal): -10385530 or 8816481. OLE color: 8816481.

HSL color Cylindrical-coordinate representation of color #618786: hue angle of 178.42º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #618786 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB97135134-
CMYK0.2800.010.47
HSL178.42º16.38%45.49%-
HSV(B)178.42º28.15%52.94%-
XYZ17.921.5925.78-
YUV123.52133.91109.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.50%
GREEN value IS 135 (53.12% from 255) = 36.89%
BLUE value IS 134 (52.73% from 255) = 36.61%
R=26.50%
G=36.89%
B=36.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971351340.2800.010.47178.4216.3845.49
Hex6187861C012Fb2102d
Octal1412072063401572622055
Binary1100001100001111000011011100011011111011001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618786; }

 p { color: rgb(97,135,134); }

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

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

 a { background-color: rgb(97,135,134); }

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

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

 span { border-color: rgb(97,135,134); }

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