Html Css Color HEX #648B78 Cutty Sark

📋 copy color: '#648B78'

red 100 ◦ green 139 ◦ blue 120

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

Shades of Cutty Sark #648B78

Tints of Cutty Sark #648B78

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.72%

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

R = 27.86%
G = 38.72%
B = 33.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#648B78 (or 0x648B78) is known color: Cutty Sark. HEX triplet: 64, 8B and 78. RGB value is (100,139,120). Sum of RGB (Red+Green+Blue) = 100+139+120=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 139 - color contains mainly: green. Hex color #648B78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648B78 is #9B7487. Grayscale: #7D7D7D. Windows color (decimal): -10187912 or 7900004. OLE color: 7900004.

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

Color convert

RGB 100 139 120 -
CMYK 0.28 0 0.14 0.45
HSL 150.77º 0.16% 0.47% -
HSV(B) 150.77º 0.28% 0.55% -
XYZ 17.88 22.53 21.18 -
YUV 125.17 125.08 110.04 -
System Red Green Blue C M Y K H S L
Decimal 100 139 120 0.28 0 0.14 0.45 150.77 0.16 0.47
Hex 64 8B 78 1C 0 E 2D 97 10 2F
Octal 144 213 170 34 0 16 55 227 20 57
Binary 1100100 10001011 1111000 11100 0 1110 101101 10010111 10000 101111

Color Harmonies of #648B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648B78

Black with #648B78

Text Example


Text Example

White with #648B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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