Html Css Color HEX #697769 Laurel

📋 copy color: '#697769'

red 105 ◦ green 119 ◦ blue 105

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

Shades of Laurel #697769

Tints of Laurel #697769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.17%

 BLUE value IS 105 (41.41% from 255) = 31.91%

R = 31.91%
G = 36.17%
B = 31.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#697769 (or 0x697769) is known color: Laurel. HEX triplet: 69, 77 and 69. RGB value is (105,119,105). Sum of RGB (Red+Green+Blue) = 105+119+105=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #697769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697769 is #968896. Grayscale: #717171. Windows color (decimal): -9865367 or 6911849. OLE color: 6911849.

HSL color Cylindrical-coordinate representation of color #697769: hue angle of 120º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #697769 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 119 105 -
CMYK 0.12 0 0.12 0.53
HSL 120º 0.06% 0.44% -
HSV(B) 120º 0.12% 0.47% -
XYZ 14.97 17.22 15.9 -
YUV 113.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 105 119 105 0.12 0 0.12 0.53 120 0.06 0.44
Hex 69 77 69 C 0 C 35 78 6 2C
Octal 151 167 151 14 0 14 65 170 6 54
Binary 1101001 1110111 1101001 1100 0 1100 110101 1111000 110 101100

Color Harmonies of #697769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697769

Black with #697769

Text Example


Text Example

White with #697769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697769; }

 p { color: rgb(105,119,105); }

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

background-color css

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

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

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

border-color css

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

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

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