Html Css Color HEX #69837A Cutty Sark

📋 copy color: '#69837A'

red 105 ◦ green 131 ◦ blue 122

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

Shades of Cutty Sark #69837A

Tints of Cutty Sark #69837A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.59%

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

R = 29.33%
G = 36.59%
B = 34.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#69837A (or 0x69837A) is known color: Cutty Sark. HEX triplet: 69, 83 and 7A. RGB value is (105,131,122). Sum of RGB (Red+Green+Blue) = 105+131+122=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 131 - color contains mainly: green. Hex color #69837A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69837A is #967C85. Grayscale: #7A7A7A. Windows color (decimal): -9862278 or 8029033. OLE color: 8029033.

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

Color convert

RGB 105 131 122 -
CMYK 0.20 0 0.07 0.49
HSL 159.23º 0.11% 0.46% -
HSV(B) 159.23º 0.2% 0.51% -
XYZ 17.45 20.64 21.48 -
YUV 122.2 127.89 115.73 -
System Red Green Blue C M Y K H S L
Decimal 105 131 122 0.20 0 0.07 0.49 159.23 0.11 0.46
Hex 69 83 7A 14 0 7 31 9F B 2E
Octal 151 203 172 24 0 7 61 237 13 56
Binary 1101001 10000011 1111010 10100 0 111 110001 10011111 1011 101110

Color Harmonies of #69837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69837A

Black with #69837A

Text Example


Text Example

White with #69837A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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