Html Css Color HEX #698076 Cutty Sark

📋 copy color: '#698076'

red 105 ◦ green 128 ◦ blue 118

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

Shades of Cutty Sark #698076

Tints of Cutty Sark #698076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.47%

 BLUE value IS 118 (46.48% from 255) = 33.62%

R = 29.91%
G = 36.47%
B = 33.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#698076 (or 0x698076) is known color: Cutty Sark. HEX triplet: 69, 80 and 76. RGB value is (105,128,118). Sum of RGB (Red+Green+Blue) = 105+128+118=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 128 - color contains mainly: green. Hex color #698076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698076 is #967F89. Grayscale: #787878. Windows color (decimal): -9863050 or 7766121. OLE color: 7766121.

HSL color Cylindrical-coordinate representation of color #698076: hue angle of 153.91º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #698076 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 128 118 -
CMYK 0.18 0 0.08 0.50
HSL 153.91º 0.1% 0.46% -
HSV(B) 153.91º 0.18% 0.5% -
XYZ 16.81 19.75 20.07 -
YUV 119.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 105 128 118 0.18 0 0.08 0.50 153.91 0.1 0.46
Hex 69 80 76 12 0 8 32 9A A 2E
Octal 151 200 166 22 0 10 62 232 12 56
Binary 1101001 10000000 1110110 10010 0 1000 110010 10011010 1010 101110

Color Harmonies of #698076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698076

Black with #698076

Text Example


Text Example

White with #698076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698076; }

 p { color: rgb(105,128,118); }

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

background-color css

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

 a { background-color: rgb(105,128,118); }

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

border-color css

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

 span { border-color: rgb(105,128,118); }

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