Html Css Color HEX #698868 Laurel

📋 copy color: '#698868'

red 105 ◦ green 136 ◦ blue 104

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

Shades of Laurel #698868

Tints of Laurel #698868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.42%

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

R = 30.43%
G = 39.42%
B = 30.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#698868 (or 0x698868) is known color: Laurel. HEX triplet: 69, 88 and 68. RGB value is (105,136,104). Sum of RGB (Red+Green+Blue) = 105+136+104=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 136 - color contains mainly: green. Hex color #698868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698868 is #967797. Grayscale: #7B7B7B. Windows color (decimal): -9861016 or 6850665. OLE color: 6850665.

HSL color Cylindrical-coordinate representation of color #698868: hue angle of 118.12º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #698868 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 136 104 -
CMYK 0.23 0 0.24 0.47
HSL 118.13º 0.13% 0.47% -
HSV(B) 118.13º 0.24% 0.53% -
XYZ 17.13 21.61 16.37 -
YUV 123.08 117.23 115.1 -
System Red Green Blue C M Y K H S L
Decimal 105 136 104 0.23 0 0.24 0.47 118.13 0.13 0.47
Hex 69 88 68 17 0 18 2F 76 D 2F
Octal 151 210 150 27 0 30 57 166 15 57
Binary 1101001 10001000 1101000 10111 0 11000 101111 1110110 1101 101111

Color Harmonies of #698868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698868

Black with #698868

Text Example


Text Example

White with #698868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698868; }

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

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

background-color css

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

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

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

border-color css

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

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

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