#618787

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

Shades of Half Baked #618787

Tints of Half Baked #618787

Color information

#618787 (or 0x618787) is unknown color: approx Half Baked. HEX triplet: 61, 87 and 87. RGB value is (97,135,135). Sum of RGB (Red+Green+Blue) = 97+135+135=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 135 - color contains mainly: green, blue. Hex color #618787 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618787 is #9E7878. Grayscale: #7B7B7B. Windows color (decimal): -10385529 or 8882017. OLE color: 8882017.

HSL color Cylindrical-coordinate representation of color #618787: hue angle of 180º 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 #618787 is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB97135135-
CMYK0.28000.47
HSL180º16.38%45.49%-
HSV(B)180º28.15%52.94%-
XYZ17.9721.6226.15-
YUV123.64134.41109-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.43%
GREEN value IS 135 (53.12% from 255) = 36.78%
BLUE value IS 135 (53.12% from 255) = 36.78%
R=26.43%
G=36.78%
B=36.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971351350.28000.4718016.3845.49
Hex6187871C002Fb4102d
Octal1412072073400572642055
Binary1100001100001111000011111100001011111011010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618787; }

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

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

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

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

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

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

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

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