Html Css Color HEX #698578 Cutty Sark

📋 copy color: '#698578'

red 105 ◦ green 133 ◦ blue 120

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

Shades of Cutty Sark #698578

Tints of Cutty Sark #698578

RGB

 RED value IS 105 (41.41% from 255) = 29.33%

 GREEN value IS 133 (52.34% from 255) = 37.15%

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

R = 29.33%
G = 37.15%
B = 33.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#698578 (or 0x698578) is known color: Cutty Sark. HEX triplet: 69, 85 and 78. RGB value is (105,133,120). Sum of RGB (Red+Green+Blue) = 105+133+120=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 133 - color contains mainly: green. Hex color #698578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698578 is #967A87. Grayscale: #7B7B7B. Windows color (decimal): -9861768 or 7898473. OLE color: 7898473.

HSL color Cylindrical-coordinate representation of color #698578: hue angle of 152.14º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #698578 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 120 -
CMYK 0.21 0 0.10 0.48
HSL 152.14º 0.12% 0.47% -
HSV(B) 152.14º 0.21% 0.52% -
XYZ 17.6 21.13 20.92 -
YUV 123.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 105 133 120 0.21 0 0.10 0.48 152.14 0.12 0.47
Hex 69 85 78 15 0 A 30 98 C 2F
Octal 151 205 170 25 0 12 60 230 14 57
Binary 1101001 10000101 1111000 10101 0 1010 110000 10011000 1100 101111

Color Harmonies of #698578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698578

Black with #698578

Text Example


Text Example

White with #698578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698578; }

 p { color: rgb(105,133,120); }

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

background-color css

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

 a { background-color: rgb(105,133,120); }

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

border-color css

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

 span { border-color: rgb(105,133,120); }

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