Html Css Color HEX #608378 Cutty Sark

📋 copy color: '#608378'

red 96 ◦ green 131 ◦ blue 120

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

Shades of Cutty Sark #608378

Tints of Cutty Sark #608378

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.75%

 BLUE value IS 120 (47.27% from 255) = 34.58%

R = 27.67%
G = 37.75%
B = 34.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#608378 (or 0x608378) is known color: Cutty Sark. HEX triplet: 60, 83 and 78. RGB value is (96,131,120). Sum of RGB (Red+Green+Blue) = 96+131+120=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 131 - color contains mainly: green. Hex color #608378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608378 is #9F7C87. Grayscale: #777777. Windows color (decimal): -10452104 or 7897952. OLE color: 7897952.

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

Color convert

RGB 96 131 120 -
CMYK 0.27 0 0.08 0.49
HSL 161.14º 0.15% 0.45% -
HSV(B) 161.14º 0.27% 0.51% -
XYZ 16.33 20.08 20.78 -
YUV 119.28 128.4 111.39 -
System Red Green Blue C M Y K H S L
Decimal 96 131 120 0.27 0 0.08 0.49 161.14 0.15 0.45
Hex 60 83 78 1B 0 8 31 A1 F 2D
Octal 140 203 170 33 0 10 61 241 17 55
Binary 1100000 10000011 1111000 11011 0 1000 110001 10100001 1111 101101

Color Harmonies of #608378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608378

Black with #608378

Text Example


Text Example

White with #608378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608378; }

 p { color: rgb(96,131,120); }

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

background-color css

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

 a { background-color: rgb(96,131,120); }

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

border-color css

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

 span { border-color: rgb(96,131,120); }

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