Html Css Color HEX #618172 Cutty Sark

📋 copy color: '#618172'

red 97 ◦ green 129 ◦ blue 114

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

Shades of Cutty Sark #618172

Tints of Cutty Sark #618172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.53%

R = 28.53%
G = 37.94%
B = 33.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#618172 (or 0x618172) is known color: Cutty Sark. HEX triplet: 61, 81 and 72. RGB value is (97,129,114). Sum of RGB (Red+Green+Blue) = 97+129+114=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 129 - color contains mainly: green. Hex color #618172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618172 is #9E7E8D. Grayscale: #757575. Windows color (decimal): -10387086 or 7504225. OLE color: 7504225.

HSL color Cylindrical-coordinate representation of color #618172: hue angle of 151.88º 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 #618172 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 129 114 -
CMYK 0.25 0 0.12 0.49
HSL 151.88º 0.14% 0.44% -
HSV(B) 151.88º 0.25% 0.51% -
XYZ 15.82 19.46 18.84 -
YUV 117.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 97 129 114 0.25 0 0.12 0.49 151.88 0.14 0.44
Hex 61 81 72 19 0 C 31 98 E 2C
Octal 141 201 162 31 0 14 61 230 16 54
Binary 1100001 10000001 1110010 11001 0 1100 110001 10011000 1110 101100

Color Harmonies of #618172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618172

Black with #618172

Text Example


Text Example

White with #618172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618172; }

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

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

background-color css

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

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

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

border-color css

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

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

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