Html Css Color HEX #608D75 Cutty Sark

📋 copy color: '#608D75'

red 96 ◦ green 141 ◦ blue 117

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

Shades of Cutty Sark #608D75

Tints of Cutty Sark #608D75

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.83%

 BLUE value IS 117 (46.09% from 255) = 33.05%

R = 27.12%
G = 39.83%
B = 33.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#608D75 (or 0x608D75) is known color: Cutty Sark. HEX triplet: 60, 8D and 75. RGB value is (96,141,117). Sum of RGB (Red+Green+Blue) = 96+141+117=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 141 - color contains mainly: green. Hex color #608D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608D75 is #9F728A. Grayscale: #7C7C7C. Windows color (decimal): -10449547 or 7703904. OLE color: 7703904.

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

Color convert

RGB 96 141 117 -
CMYK 0.32 0 0.17 0.45
HSL 148º 0.19% 0.46% -
HSV(B) 148º 0.32% 0.55% -
XYZ 17.56 22.82 20.31 -
YUV 124.81 123.59 107.45 -
System Red Green Blue C M Y K H S L
Decimal 96 141 117 0.32 0 0.17 0.45 148 0.19 0.46
Hex 60 8D 75 20 0 11 2D 94 13 2E
Octal 140 215 165 40 0 21 55 224 23 56
Binary 1100000 10001101 1110101 100000 0 10001 101101 10010100 10011 101110

Color Harmonies of #608D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608D75

Black with #608D75

Text Example


Text Example

White with #608D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,141,117); }

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

background-color css

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

 a { background-color: rgb(96,141,117); }

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

border-color css

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

 span { border-color: rgb(96,141,117); }

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