Html Css Color HEX #697D6D Laurel

📋 copy color: '#697D6D'

red 105 ◦ green 125 ◦ blue 109

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

Shades of Laurel #697D6D

Tints of Laurel #697D6D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.87%

 BLUE value IS 109 (42.97% from 255) = 32.15%

R = 30.97%
G = 36.87%
B = 32.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#697D6D (or 0x697D6D) is known color: Laurel. HEX triplet: 69, 7D and 6D. RGB value is (105,125,109). Sum of RGB (Red+Green+Blue) = 105+125+109=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 125 - color contains mainly: green. Hex color #697D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697D6D is #968292. Grayscale: #757575. Windows color (decimal): -9863827 or 7175529. OLE color: 7175529.

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

Color convert

RGB 105 125 109 -
CMYK 0.16 0 0.13 0.51
HSL 132º 0.09% 0.45% -
HSV(B) 132º 0.16% 0.49% -
XYZ 15.92 18.77 17.25 -
YUV 117.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 105 125 109 0.16 0 0.13 0.51 132 0.09 0.45
Hex 69 7D 6D 10 0 D 33 84 9 2D
Octal 151 175 155 20 0 15 63 204 11 55
Binary 1101001 1111101 1101101 10000 0 1101 110011 10000100 1001 101101

Color Harmonies of #697D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697D6D

Black with #697D6D

Text Example


Text Example

White with #697D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,125,109); }

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

background-color css

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

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

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

border-color css

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

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

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