Html Css Color HEX #69857A Cutty Sark

📋 copy color: '#69857A'

red 105 ◦ green 133 ◦ blue 122

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

Shades of Cutty Sark #69857A

Tints of Cutty Sark #69857A

RGB

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

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

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

R = 29.17%
G = 36.94%
B = 33.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#69857A (or 0x69857A) is known color: Cutty Sark. HEX triplet: 69, 85 and 7A. RGB value is (105,133,122). Sum of RGB (Red+Green+Blue) = 105+133+122=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 133 - color contains mainly: green. Hex color #69857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69857A is #967A85. Grayscale: #7B7B7B. Windows color (decimal): -9861766 or 8029545. OLE color: 8029545.

HSL color Cylindrical-coordinate representation of color #69857A: hue angle of 156.43º 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 #69857A is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 122 -
CMYK 0.21 0 0.08 0.48
HSL 156.43º 0.12% 0.47% -
HSV(B) 156.43º 0.21% 0.52% -
XYZ 17.73 21.18 21.57 -
YUV 123.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 105 133 122 0.21 0 0.08 0.48 156.43 0.12 0.47
Hex 69 85 7A 15 0 8 30 9C C 2F
Octal 151 205 172 25 0 10 60 234 14 57
Binary 1101001 10000101 1111010 10101 0 1000 110000 10011100 1100 101111

Color Harmonies of #69857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69857A

Black with #69857A

Text Example


Text Example

White with #69857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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