Html Css Color HEX #698468 Laurel

📋 copy color: '#698468'

red 105 ◦ green 132 ◦ blue 104

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

Shades of Laurel #698468

Tints of Laurel #698468

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.71%

 BLUE value IS 104 (41.02% from 255) = 30.5%

R = 30.79%
G = 38.71%
B = 30.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#698468 (or 0x698468) is known color: Laurel. HEX triplet: 69, 84 and 68. RGB value is (105,132,104). Sum of RGB (Red+Green+Blue) = 105+132+104=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 132 - color contains mainly: green. Hex color #698468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698468 is #967B97. Grayscale: #787878. Windows color (decimal): -9862040 or 6849641. OLE color: 6849641.

HSL color Cylindrical-coordinate representation of color #698468: hue angle of 117.86º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #698468 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 132 104 -
CMYK 0.20 0 0.21 0.48
HSL 117.86º 0.12% 0.46% -
HSV(B) 117.86º 0.21% 0.52% -
XYZ 16.58 20.51 16.18 -
YUV 120.74 118.55 116.78 -
System Red Green Blue C M Y K H S L
Decimal 105 132 104 0.20 0 0.21 0.48 117.86 0.12 0.46
Hex 69 84 68 14 0 15 30 76 C 2E
Octal 151 204 150 24 0 25 60 166 14 56
Binary 1101001 10000100 1101000 10100 0 10101 110000 1110110 1100 101110

Color Harmonies of #698468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698468

Black with #698468

Text Example


Text Example

White with #698468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698468; }

 p { color: rgb(105,132,104); }

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

background-color css

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

 a { background-color: rgb(105,132,104); }

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

border-color css

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

 span { border-color: rgb(105,132,104); }

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