Html Css Color HEX #628378 Cutty Sark

📋 copy color: '#628378'

red 98 ◦ green 131 ◦ blue 120

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

Shades of Cutty Sark #628378

Tints of Cutty Sark #628378

RGB

 RED value IS 98 (38.67% from 255) = 28.08%

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

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

R = 28.08%
G = 37.54%
B = 34.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#628378 (or 0x628378) is known color: Cutty Sark. HEX triplet: 62, 83 and 78. RGB value is (98,131,120). Sum of RGB (Red+Green+Blue) = 98+131+120=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 131 - color contains mainly: green. Hex color #628378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628378 is #9D7C87. Grayscale: #777777. Windows color (decimal): -10321032 or 7897954. OLE color: 7897954.

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

Color convert

RGB 98 131 120 -
CMYK 0.25 0 0.08 0.49
HSL 160º 0.14% 0.45% -
HSV(B) 160º 0.25% 0.51% -
XYZ 16.54 20.19 20.79 -
YUV 119.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 98 131 120 0.25 0 0.08 0.49 160 0.14 0.45
Hex 62 83 78 19 0 8 31 A0 E 2D
Octal 142 203 170 31 0 10 61 240 16 55
Binary 1100010 10000011 1111000 11001 0 1000 110001 10100000 1110 101101

Color Harmonies of #628378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628378

Black with #628378

Text Example


Text Example

White with #628378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628378; }

 p { color: rgb(98,131,120); }

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

background-color css

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

 a { background-color: rgb(98,131,120); }

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

border-color css

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

 span { border-color: rgb(98,131,120); }

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