Html Css Color HEX #697F6E Laurel

📋 copy color: '#697F6E'

red 105 ◦ green 127 ◦ blue 110

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

Shades of Laurel #697F6E

Tints of Laurel #697F6E

RGB

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

 GREEN value IS 127 (50% from 255) = 37.13%

 BLUE value IS 110 (43.36% from 255) = 32.16%

R = 30.7%
G = 37.13%
B = 32.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#697F6E (or 0x697F6E) is known color: Laurel. HEX triplet: 69, 7F and 6E. RGB value is (105,127,110). Sum of RGB (Red+Green+Blue) = 105+127+110=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 127 - color contains mainly: green. Hex color #697F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697F6E is #968091. Grayscale: #767676. Windows color (decimal): -9863314 or 7241577. OLE color: 7241577.

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

Color convert

RGB 105 127 110 -
CMYK 0.17 0 0.13 0.50
HSL 133.64º 0.09% 0.45% -
HSV(B) 133.64º 0.17% 0.5% -
XYZ 16.23 19.31 17.62 -
YUV 118.48 123.21 118.38 -
System Red Green Blue C M Y K H S L
Decimal 105 127 110 0.17 0 0.13 0.50 133.64 0.09 0.45
Hex 69 7F 6E 11 0 D 32 86 9 2D
Octal 151 177 156 21 0 15 62 206 11 55
Binary 1101001 1111111 1101110 10001 0 1101 110010 10000110 1001 101101

Color Harmonies of #697F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697F6E

Black with #697F6E

Text Example


Text Example

White with #697F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,127,110); }

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

background-color css

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

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

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

border-color css

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

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

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