Html Css Color HEX #618273 Cutty Sark

📋 copy color: '#618273'

red 97 ◦ green 130 ◦ blue 115

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

Shades of Cutty Sark #618273

Tints of Cutty Sark #618273

RGB

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

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

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

R = 28.36%
G = 38.01%
B = 33.63%

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

#618273 (or 0x618273) is known color: Cutty Sark. HEX triplet: 61, 82 and 73. RGB value is (97,130,115). Sum of RGB (Red+Green+Blue) = 97+130+115=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 130 - color contains mainly: green. Hex color #618273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618273 is #9E7D8C. Grayscale: #767676. Windows color (decimal): -10386829 or 7570017. OLE color: 7570017.

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

Color convert

RGB 97 130 115 -
CMYK 0.25 0 0.12 0.49
HSL 152.73º 0.15% 0.45% -
HSV(B) 152.73º 0.25% 0.51% -
XYZ 16.01 19.74 19.19 -
YUV 118.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 97 130 115 0.25 0 0.12 0.49 152.73 0.15 0.45
Hex 61 82 73 19 0 C 31 99 F 2D
Octal 141 202 163 31 0 14 61 231 17 55
Binary 1100001 10000010 1110011 11001 0 1100 110001 10011001 1111 101101

Color Harmonies of #618273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618273

Black with #618273

Text Example


Text Example

White with #618273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618273; }

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

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

background-color css

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

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

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

border-color css

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

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

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