Html Css Color HEX #618379 Cutty Sark

📋 copy color: '#618379'

red 97 ◦ green 131 ◦ blue 121

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

Shades of Cutty Sark #618379

Tints of Cutty Sark #618379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.54%

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

R = 27.79%
G = 37.54%
B = 34.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#618379 (or 0x618379) is known color: Cutty Sark. HEX triplet: 61, 83 and 79. RGB value is (97,131,121). Sum of RGB (Red+Green+Blue) = 97+131+121=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 131 - color contains mainly: green. Hex color #618379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618379 is #9E7C86. Grayscale: #777777. Windows color (decimal): -10386567 or 7963489. OLE color: 7963489.

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

Color convert

RGB 97 131 121 -
CMYK 0.26 0 0.08 0.49
HSL 162.35º 0.15% 0.45% -
HSV(B) 162.35º 0.26% 0.51% -
XYZ 16.5 20.15 21.11 -
YUV 119.69 128.74 111.81 -
System Red Green Blue C M Y K H S L
Decimal 97 131 121 0.26 0 0.08 0.49 162.35 0.15 0.45
Hex 61 83 79 1A 0 8 31 A2 F 2D
Octal 141 203 171 32 0 10 61 242 17 55
Binary 1100001 10000011 1111001 11010 0 1000 110001 10100010 1111 101101

Color Harmonies of #618379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618379

Black with #618379

Text Example


Text Example

White with #618379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618379; }

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

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

background-color css

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

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

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

border-color css

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

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

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