Html Css Color HEX #618279 Cutty Sark

📋 copy color: '#618279'

red 97 ◦ green 130 ◦ blue 121

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

Shades of Cutty Sark #618279

Tints of Cutty Sark #618279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.77%

R = 27.87%
G = 37.36%
B = 34.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#618279 (or 0x618279) is known color: Cutty Sark. HEX triplet: 61, 82 and 79. RGB value is (97,130,121). Sum of RGB (Red+Green+Blue) = 97+130+121=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 130 - color contains mainly: green. Hex color #618279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618279 is #9E7D86. Grayscale: #777777. Windows color (decimal): -10386823 or 7963233. OLE color: 7963233.

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

Color convert

RGB 97 130 121 -
CMYK 0.25 0 0.07 0.49
HSL 163.64º 0.15% 0.45% -
HSV(B) 163.64º 0.25% 0.51% -
XYZ 16.36 19.89 21.07 -
YUV 119.11 129.07 112.23 -
System Red Green Blue C M Y K H S L
Decimal 97 130 121 0.25 0 0.07 0.49 163.64 0.15 0.45
Hex 61 82 79 19 0 7 31 A4 F 2D
Octal 141 202 171 31 0 7 61 244 17 55
Binary 1100001 10000010 1111001 11001 0 111 110001 10100100 1111 101101

Color Harmonies of #618279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618279

Black with #618279

Text Example


Text Example

White with #618279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618279; }

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

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

background-color css

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

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

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

border-color css

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

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

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