#618482

Color #618482 Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #618482

Tints of Breaker Bay #618482

Color information

#618482 (or 0x618482) is unknown color: approx Breaker Bay. HEX triplet: 61, 84 and 82. RGB value is (97,132,130). Sum of RGB (Red+Green+Blue) = 97+132+130=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 132 - color contains mainly: green. Hex color #618482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618482 is #9E7B7D. Grayscale: #797979. Windows color (decimal): -10386302 or 8553569. OLE color: 8553569.

HSL color Cylindrical-coordinate representation of color #618482: hue angle of 176.57º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #618482 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB97132130-
CMYK0.2700.020.48
HSL176.57º15.28%44.9%-
HSV(B)176.57º26.52%51.76%-
XYZ17.2120.6624.2-
YUV121.31132.9110.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.02%
GREEN value IS 132 (51.95% from 255) = 36.77%
BLUE value IS 130 (51.17% from 255) = 36.21%
R=27.02%
G=36.77%
B=36.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971321300.2700.020.48176.5715.2844.9
Hex6184821B0230b1f2d
Octal1412042023302602611755
Binary1100001100001001000001011011010110000101100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618482; }

 p { color: rgb(97,132,130); }

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

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

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

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

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

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

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