Html Css Color HEX #648D78 Cutty Sark

📋 copy color: '#648D78'

red 100 ◦ green 141 ◦ blue 120

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

Shades of Cutty Sark #648D78

Tints of Cutty Sark #648D78

RGB

 RED value IS 100 (39.45% from 255) = 27.7%

 GREEN value IS 141 (55.47% from 255) = 39.06%

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 27.7%
G = 39.06%
B = 33.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#648D78 (or 0x648D78) is known color: Cutty Sark. HEX triplet: 64, 8D and 78. RGB value is (100,141,120). Sum of RGB (Red+Green+Blue) = 100+141+120=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 141 - color contains mainly: green. Hex color #648D78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648D78 is #9B7287. Grayscale: #7E7E7E. Windows color (decimal): -10187400 or 7900516. OLE color: 7900516.

HSL color Cylindrical-coordinate representation of color #648D78: hue angle of 149.27º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #648D78 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 141 120 -
CMYK 0.29 0 0.15 0.45
HSL 149.27º 0.17% 0.47% -
HSV(B) 149.27º 0.29% 0.55% -
XYZ 18.17 23.12 21.27 -
YUV 126.35 124.42 109.21 -
System Red Green Blue C M Y K H S L
Decimal 100 141 120 0.29 0 0.15 0.45 149.27 0.17 0.47
Hex 64 8D 78 1D 0 F 2D 95 11 2F
Octal 144 215 170 35 0 17 55 225 21 57
Binary 1100100 10001101 1111000 11101 0 1111 101101 10010101 10001 101111

Color Harmonies of #648D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648D78

Black with #648D78

Text Example


Text Example

White with #648D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648D78; }

 p { color: rgb(100,141,120); }

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

background-color css

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

 a { background-color: rgb(100,141,120); }

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

border-color css

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

 span { border-color: rgb(100,141,120); }

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