Html Css Color HEX #697E6C Laurel

📋 copy color: '#697E6C'

red 105 ◦ green 126 ◦ blue 108

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

Shades of Laurel #697E6C

Tints of Laurel #697E6C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.17%

 BLUE value IS 108 (42.58% from 255) = 31.86%

R = 30.97%
G = 37.17%
B = 31.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#697E6C (or 0x697E6C) is known color: Laurel. HEX triplet: 69, 7E and 6C. RGB value is (105,126,108). Sum of RGB (Red+Green+Blue) = 105+126+108=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 126 - color contains mainly: green. Hex color #697E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697E6C is #968193. Grayscale: #757575. Windows color (decimal): -9863572 or 7110249. OLE color: 7110249.

HSL color Cylindrical-coordinate representation of color #697E6C: hue angle of 128.57º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #697E6C is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 126 108 -
CMYK 0.17 0 0.14 0.51
HSL 128.57º 0.09% 0.45% -
HSV(B) 128.57º 0.17% 0.49% -
XYZ 15.99 19.01 17.01 -
YUV 117.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 105 126 108 0.17 0 0.14 0.51 128.57 0.09 0.45
Hex 69 7E 6C 11 0 E 33 81 9 2D
Octal 151 176 154 21 0 16 63 201 11 55
Binary 1101001 1111110 1101100 10001 0 1110 110011 10000001 1001 101101

Color Harmonies of #697E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697E6C

Black with #697E6C

Text Example


Text Example

White with #697E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697E6C; }

 p { color: rgb(105,126,108); }

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

background-color css

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

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

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

border-color css

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

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

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