Html Css Color HEX #618673 Cutty Sark

📋 copy color: '#618673'

red 97 ◦ green 134 ◦ blue 115

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

Shades of Cutty Sark #618673

Tints of Cutty Sark #618673

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.73%

 BLUE value IS 115 (45.31% from 255) = 33.24%

R = 28.03%
G = 38.73%
B = 33.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#618673 (or 0x618673) is known color: Cutty Sark. HEX triplet: 61, 86 and 73. RGB value is (97,134,115). Sum of RGB (Red+Green+Blue) = 97+134+115=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 134 - color contains mainly: green. Hex color #618673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618673 is #9E798C. Grayscale: #787878. Windows color (decimal): -10385805 or 7571041. OLE color: 7571041.

HSL color Cylindrical-coordinate representation of color #618673: hue angle of 149.19º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #618673 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 134 115 -
CMYK 0.28 0 0.14 0.47
HSL 149.19º 0.16% 0.45% -
HSV(B) 149.19º 0.28% 0.53% -
XYZ 16.55 20.83 19.37 -
YUV 120.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 97 134 115 0.28 0 0.14 0.47 149.19 0.16 0.45
Hex 61 86 73 1C 0 E 2F 95 10 2D
Octal 141 206 163 34 0 16 57 225 20 55
Binary 1100001 10000110 1110011 11100 0 1110 101111 10010101 10000 101101

Color Harmonies of #618673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618673

Black with #618673

Text Example


Text Example

White with #618673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618673; }

 p { color: rgb(97,134,115); }

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

background-color css

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

 a { background-color: rgb(97,134,115); }

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

border-color css

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

 span { border-color: rgb(97,134,115); }

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