Html Css Color HEX #69887A Cutty Sark

📋 copy color: '#69887A'

red 105 ◦ green 136 ◦ blue 122

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

Shades of Cutty Sark #69887A

Tints of Cutty Sark #69887A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.47%

 BLUE value IS 122 (48.05% from 255) = 33.61%

R = 28.93%
G = 37.47%
B = 33.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#69887A (or 0x69887A) is known color: Cutty Sark. HEX triplet: 69, 88 and 7A. RGB value is (105,136,122). Sum of RGB (Red+Green+Blue) = 105+136+122=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #69887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69887A is #967785. Grayscale: #7D7D7D. Windows color (decimal): -9860998 or 8030313. OLE color: 8030313.

HSL color Cylindrical-coordinate representation of color #69887A: hue angle of 152.9º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #69887A is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 136 122 -
CMYK 0.23 0 0.10 0.47
HSL 152.9º 0.13% 0.47% -
HSV(B) 152.9º 0.23% 0.53% -
XYZ 18.14 22.02 21.71 -
YUV 125.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 105 136 122 0.23 0 0.10 0.47 152.9 0.13 0.47
Hex 69 88 7A 17 0 A 2F 99 D 2F
Octal 151 210 172 27 0 12 57 231 15 57
Binary 1101001 10001000 1111010 10111 0 1010 101111 10011001 1101 101111

Color Harmonies of #69887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69887A

Black with #69887A

Text Example


Text Example

White with #69887A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69887A; }

 p { color: rgb(105,136,122); }

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

background-color css

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

 a { background-color: rgb(105,136,122); }

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

border-color css

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

 span { border-color: rgb(105,136,122); }

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