Html Css Color HEX #608B71 Cutty Sark

📋 copy color: '#608B71'

red 96 ◦ green 139 ◦ blue 113

#608B71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #608B71

Tints of Cutty Sark #608B71

RGB

 RED value IS 96 (37.89% from 255) = 27.59%

 GREEN value IS 139 (54.69% from 255) = 39.94%

 BLUE value IS 113 (44.53% from 255) = 32.47%

R = 27.59%
G = 39.94%
B = 32.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#608B71 (or 0x608B71) is known color: Cutty Sark. HEX triplet: 60, 8B and 71. RGB value is (96,139,113). Sum of RGB (Red+Green+Blue) = 96+139+113=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 139 - color contains mainly: green. Hex color #608B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608B71 is #9F748E. Grayscale: #7B7B7B. Windows color (decimal): -10450063 or 7441248. OLE color: 7441248.

HSL color Cylindrical-coordinate representation of color #608B71: hue angle of 143.72º 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 #608B71 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 139 113 -
CMYK 0.31 0 0.19 0.45
HSL 143.72º 0.18% 0.46% -
HSV(B) 143.72º 0.31% 0.55% -
XYZ 17.04 22.14 19 -
YUV 123.18 122.25 108.61 -
System Red Green Blue C M Y K H S L
Decimal 96 139 113 0.31 0 0.19 0.45 143.72 0.18 0.46
Hex 60 8B 71 1F 0 13 2D 90 12 2E
Octal 140 213 161 37 0 23 55 220 22 56
Binary 1100000 10001011 1110001 11111 0 10011 101101 10010000 10010 101110

Color Harmonies of #608B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608B71

Black with #608B71

Text Example


Text Example

White with #608B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #608B71;
 }
 .AnyTagClassName
 {
   color: #608B71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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