Html Css Color HEX #698D67 Laurel

📋 copy color: '#698D67'

red 105 ◦ green 141 ◦ blue 103

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

Shades of Laurel #698D67

Tints of Laurel #698D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.51%

R = 30.09%
G = 40.4%
B = 29.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#698D67 (or 0x698D67) is known color: Laurel. HEX triplet: 69, 8D and 67. RGB value is (105,141,103). Sum of RGB (Red+Green+Blue) = 105+141+103=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 141 - color contains mainly: green. Hex color #698D67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698D67 is #967298. Grayscale: #7E7E7E. Windows color (decimal): -9859737 or 6786409. OLE color: 6786409.

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

Color convert

RGB 105 141 103 -
CMYK 0.26 0 0.27 0.45
HSL 116.84º 0.16% 0.48% -
HSV(B) 116.84º 0.27% 0.55% -
XYZ 17.8 23.03 16.34 -
YUV 125.9 115.07 113.09 -
System Red Green Blue C M Y K H S L
Decimal 105 141 103 0.26 0 0.27 0.45 116.84 0.16 0.48
Hex 69 8D 67 1A 0 1B 2D 75 10 30
Octal 151 215 147 32 0 33 55 165 20 60
Binary 1101001 10001101 1100111 11010 0 11011 101101 1110101 10000 110000

Color Harmonies of #698D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698D67

Black with #698D67

Text Example


Text Example

White with #698D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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