Html Css Color HEX #698D6D Laurel

📋 copy color: '#698D6D'

red 105 ◦ green 141 ◦ blue 109

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

Shades of Laurel #698D6D

Tints of Laurel #698D6D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.72%

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

R = 29.58%
G = 39.72%
B = 30.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#698D6D (or 0x698D6D) is known color: Laurel. HEX triplet: 69, 8D and 6D. RGB value is (105,141,109). Sum of RGB (Red+Green+Blue) = 105+141+109=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 141 - color contains mainly: green. Hex color #698D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698D6D is #967292. Grayscale: #7E7E7E. Windows color (decimal): -9859731 or 7179625. OLE color: 7179625.

HSL color Cylindrical-coordinate representation of color #698D6D: hue angle of 126.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #698D6D is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 141 109 -
CMYK 0.26 0 0.23 0.45
HSL 126.67º 0.15% 0.48% -
HSV(B) 126.67º 0.26% 0.55% -
XYZ 18.11 23.16 17.98 -
YUV 126.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 105 141 109 0.26 0 0.23 0.45 126.67 0.15 0.48
Hex 69 8D 6D 1A 0 17 2D 7F F 30
Octal 151 215 155 32 0 27 55 177 17 60
Binary 1101001 10001101 1101101 11010 0 10111 101101 1111111 1111 110000

Color Harmonies of #698D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698D6D

Black with #698D6D

Text Example


Text Example

White with #698D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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