Html Css Color HEX #698E67 Laurel

📋 copy color: '#698E67'

red 105 ◦ green 142 ◦ blue 103

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

Shades of Laurel #698E67

Tints of Laurel #698E67

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.57%

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

R = 30%
G = 40.57%
B = 29.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#698E67 (or 0x698E67) is known color: Laurel. HEX triplet: 69, 8E and 67. RGB value is (105,142,103). Sum of RGB (Red+Green+Blue) = 105+142+103=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 142 - color contains mainly: green. Hex color #698E67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698E67 is #967198. Grayscale: #7E7E7E. Windows color (decimal): -9859481 or 6786665. OLE color: 6786665.

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

Color convert

RGB 105 142 103 -
CMYK 0.26 0 0.27 0.44
HSL 116.92º 0.16% 0.48% -
HSV(B) 116.92º 0.27% 0.56% -
XYZ 17.95 23.33 16.39 -
YUV 126.49 114.74 112.67 -
System Red Green Blue C M Y K H S L
Decimal 105 142 103 0.26 0 0.27 0.44 116.92 0.16 0.48
Hex 69 8E 67 1A 0 1B 2C 75 10 30
Octal 151 216 147 32 0 33 54 165 20 60
Binary 1101001 10001110 1100111 11010 0 11011 101100 1110101 10000 110000

Color Harmonies of #698E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698E67

Black with #698E67

Text Example


Text Example

White with #698E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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