Html Css Color HEX #697A6C Laurel

📋 copy color: '#697A6C'

red 105 ◦ green 122 ◦ blue 108

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

Shades of Laurel #697A6C

Tints of Laurel #697A6C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.42%

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

R = 31.34%
G = 36.42%
B = 32.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#697A6C (or 0x697A6C) is known color: Laurel. HEX triplet: 69, 7A and 6C. RGB value is (105,122,108). Sum of RGB (Red+Green+Blue) = 105+122+108=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 122 - color contains mainly: green. Hex color #697A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697A6C is #968593. Grayscale: #737373. Windows color (decimal): -9864596 or 7109225. OLE color: 7109225.

HSL color Cylindrical-coordinate representation of color #697A6C: hue angle of 130.59º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #697A6C is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 105 122 108 -
CMYK 0.14 0 0.11 0.52
HSL 130.59º 0.07% 0.45% -
HSV(B) 130.59º 0.14% 0.48% -
XYZ 15.49 18.01 16.85 -
YUV 115.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 105 122 108 0.14 0 0.11 0.52 130.59 0.07 0.45
Hex 69 7A 6C E 0 B 34 83 7 2D
Octal 151 172 154 16 0 13 64 203 7 55
Binary 1101001 1111010 1101100 1110 0 1011 110100 10000011 111 101101

Color Harmonies of #697A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697A6C

Black with #697A6C

Text Example


Text Example

White with #697A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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