Html Css Color HEX #697D69 Laurel

📋 copy color: '#697D69'

red 105 ◦ green 125 ◦ blue 105

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

Shades of Laurel #697D69

Tints of Laurel #697D69

RGB

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

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

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

R = 31.34%
G = 37.31%
B = 31.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#697D69 (or 0x697D69) is known color: Laurel. HEX triplet: 69, 7D and 69. RGB value is (105,125,105). Sum of RGB (Red+Green+Blue) = 105+125+105=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 125 - color contains mainly: green. Hex color #697D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697D69 is #968296. Grayscale: #747474. Windows color (decimal): -9863831 or 6913385. OLE color: 6913385.

HSL color Cylindrical-coordinate representation of color #697D69: hue angle of 120º 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 #697D69 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 125 105 -
CMYK 0.16 0 0.16 0.51
HSL 120º 0.09% 0.45% -
HSV(B) 120º 0.16% 0.49% -
XYZ 15.71 18.69 16.14 -
YUV 116.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 105 125 105 0.16 0 0.16 0.51 120 0.09 0.45
Hex 69 7D 69 10 0 10 33 78 9 2D
Octal 151 175 151 20 0 20 63 170 11 55
Binary 1101001 1111101 1101001 10000 0 10000 110011 1111000 1001 101101

Color Harmonies of #697D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697D69

Black with #697D69

Text Example


Text Example

White with #697D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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