Html Css Color HEX #618175 Cutty Sark

📋 copy color: '#618175'

red 97 ◦ green 129 ◦ blue 117

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

Shades of Cutty Sark #618175

Tints of Cutty Sark #618175

RGB

 RED value IS 97 (38.28% from 255) = 28.28%

 GREEN value IS 129 (50.78% from 255) = 37.61%

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

R = 28.28%
G = 37.61%
B = 34.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#618175 (or 0x618175) is known color: Cutty Sark. HEX triplet: 61, 81 and 75. RGB value is (97,129,117). Sum of RGB (Red+Green+Blue) = 97+129+117=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 129 - color contains mainly: green. Hex color #618175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618175 is #9E7E8A. Grayscale: #767676. Windows color (decimal): -10387083 or 7700833. OLE color: 7700833.

HSL color Cylindrical-coordinate representation of color #618175: hue angle of 157.5º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #618175 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 129 117 -
CMYK 0.25 0 0.09 0.49
HSL 157.5º 0.14% 0.44% -
HSV(B) 157.5º 0.25% 0.51% -
XYZ 15.99 19.53 19.76 -
YUV 118.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 97 129 117 0.25 0 0.09 0.49 157.5 0.14 0.44
Hex 61 81 75 19 0 9 31 9E E 2C
Octal 141 201 165 31 0 11 61 236 16 54
Binary 1100001 10000001 1110101 11001 0 1001 110001 10011110 1110 101100

Color Harmonies of #618175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618175

Black with #618175

Text Example


Text Example

White with #618175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618175; }

 p { color: rgb(97,129,117); }

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

background-color css

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

 a { background-color: rgb(97,129,117); }

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

border-color css

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

 span { border-color: rgb(97,129,117); }

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