Html Css Color HEX #618275 Cutty Sark

📋 copy color: '#618275'

red 97 ◦ green 130 ◦ blue 117

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

Shades of Cutty Sark #618275

Tints of Cutty Sark #618275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.79%

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

R = 28.2%
G = 37.79%
B = 34.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#618275 (or 0x618275) is known color: Cutty Sark. HEX triplet: 61, 82 and 75. RGB value is (97,130,117). Sum of RGB (Red+Green+Blue) = 97+130+117=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 130 - color contains mainly: green. Hex color #618275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618275 is #9E7D8A. Grayscale: #767676. Windows color (decimal): -10386827 or 7701089. OLE color: 7701089.

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

Color convert

RGB 97 130 117 -
CMYK 0.25 0 0.1 0.49
HSL 156.36º 0.15% 0.45% -
HSV(B) 156.36º 0.25% 0.51% -
XYZ 16.12 19.79 19.8 -
YUV 118.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 97 130 117 0.25 0 0.1 0.49 156.36 0.15 0.45
Hex 61 82 75 19 0 A 31 9C F 2D
Octal 141 202 165 31 0 12 61 234 17 55
Binary 1100001 10000010 1110101 11001 0 1010 110001 10011100 1111 101101

Color Harmonies of #618275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618275

Black with #618275

Text Example


Text Example

White with #618275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618275; }

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

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

background-color css

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

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

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

border-color css

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

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

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