#608B72

Color #608B72 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #608B72

Tints of Cutty Sark #608B72

Color information

#608B72 (or 0x608B72) is unknown color: approx Cutty Sark. HEX triplet: 60, 8B and 72. RGB value is (96,139,114). Sum of RGB (Red+Green+Blue) = 96+139+114=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 139 - color contains mainly: green. Hex color #608B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608B72 is #9F748D. Grayscale: #7B7B7B. Windows color (decimal): -10450062 or 7506784. OLE color: 7506784.

HSL color Cylindrical-coordinate representation of color #608B72: hue angle of 145.12º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #608B72 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB96139114-
CMYK0.3100.180.45
HSL145.12º18.3%46.08%-
HSV(B)145.12º30.94%54.51%-
XYZ17.0922.1719.3-
YUV123.29122.75108.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 139 (54.69% from 255) = 39.83%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=27.51%
G=39.83%
B=32.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961391140.3100.180.45145.1218.346.08
Hex608B721F0122D91122e
Octal14021316237022552212256
Binary1100000100010111110010111110100101011011001000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608B72; }

 p { color: rgb(96,139,114); }

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

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

 a { background-color: rgb(96,139,114); }

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

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

 span { border-color: rgb(96,139,114); }

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