Html Css Color HEX #618872 Cutty Sark

📋 copy color: '#618872'

red 97 ◦ green 136 ◦ blue 114

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

Shades of Cutty Sark #618872

Tints of Cutty Sark #618872

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.19%

 BLUE value IS 114 (44.92% from 255) = 32.85%

R = 27.95%
G = 39.19%
B = 32.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#618872 (or 0x618872) is known color: Cutty Sark. HEX triplet: 61, 88 and 72. RGB value is (97,136,114). Sum of RGB (Red+Green+Blue) = 97+136+114=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #618872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618872 is #9E778D. Grayscale: #797979. Windows color (decimal): -10385294 or 7506017. OLE color: 7506017.

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

Color convert

RGB 97 136 114 -
CMYK 0.29 0 0.16 0.47
HSL 146.15º 0.17% 0.46% -
HSV(B) 146.15º 0.29% 0.53% -
XYZ 16.77 21.36 19.16 -
YUV 121.83 123.58 110.29 -
System Red Green Blue C M Y K H S L
Decimal 97 136 114 0.29 0 0.16 0.47 146.15 0.17 0.46
Hex 61 88 72 1D 0 10 2F 92 11 2E
Octal 141 210 162 35 0 20 57 222 21 56
Binary 1100001 10001000 1110010 11101 0 10000 101111 10010010 10001 101110

Color Harmonies of #618872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618872

Black with #618872

Text Example


Text Example

White with #618872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618872; }

 p { color: rgb(97,136,114); }

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

background-color css

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

 a { background-color: rgb(97,136,114); }

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

border-color css

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

 span { border-color: rgb(97,136,114); }

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