Html Css Color HEX #618376 Cutty Sark

📋 copy color: '#618376'

red 97 ◦ green 131 ◦ blue 118

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

Shades of Cutty Sark #618376

Tints of Cutty Sark #618376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.1%

R = 28.03%
G = 37.86%
B = 34.1%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#618376 (or 0x618376) is known color: Cutty Sark. HEX triplet: 61, 83 and 76. RGB value is (97,131,118). Sum of RGB (Red+Green+Blue) = 97+131+118=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 131 - color contains mainly: green. Hex color #618376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618376 is #9E7C89. Grayscale: #777777. Windows color (decimal): -10386570 or 7766881. OLE color: 7766881.

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

Color convert

RGB 97 131 118 -
CMYK 0.26 0 0.10 0.49
HSL 157.06º 0.15% 0.45% -
HSV(B) 157.06º 0.26% 0.51% -
XYZ 16.32 20.08 20.16 -
YUV 119.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 97 131 118 0.26 0 0.10 0.49 157.06 0.15 0.45
Hex 61 83 76 1A 0 A 31 9D F 2D
Octal 141 203 166 32 0 12 61 235 17 55
Binary 1100001 10000011 1110110 11010 0 1010 110001 10011101 1111 101101

Color Harmonies of #618376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618376

Black with #618376

Text Example


Text Example

White with #618376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618376; }

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

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

background-color css

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

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

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

border-color css

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

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

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