Html Css Color HEX #69827A Cutty Sark

📋 copy color: '#69827A'

red 105 ◦ green 130 ◦ blue 122

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

Shades of Cutty Sark #69827A

Tints of Cutty Sark #69827A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.41%

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

R = 29.41%
G = 36.41%
B = 34.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#69827A (or 0x69827A) is known color: Cutty Sark. HEX triplet: 69, 82 and 7A. RGB value is (105,130,122). Sum of RGB (Red+Green+Blue) = 105+130+122=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 130 - color contains mainly: green. Hex color #69827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69827A is #967D85. Grayscale: #797979. Windows color (decimal): -9862534 or 8028777. OLE color: 8028777.

HSL color Cylindrical-coordinate representation of color #69827A: hue angle of 160.8º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #69827A is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 130 122 -
CMYK 0.19 0 0.06 0.49
HSL 160.8º 0.11% 0.46% -
HSV(B) 160.8º 0.19% 0.51% -
XYZ 17.32 20.37 21.43 -
YUV 121.61 128.22 116.15 -
System Red Green Blue C M Y K H S L
Decimal 105 130 122 0.19 0 0.06 0.49 160.8 0.11 0.46
Hex 69 82 7A 13 0 6 31 A1 B 2E
Octal 151 202 172 23 0 6 61 241 13 56
Binary 1101001 10000010 1111010 10011 0 110 110001 10100001 1011 101110

Color Harmonies of #69827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69827A

Black with #69827A

Text Example


Text Example

White with #69827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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