Html Css Color HEX #698168 Laurel

📋 copy color: '#698168'

red 105 ◦ green 129 ◦ blue 104

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

Shades of Laurel #698168

Tints of Laurel #698168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.17%

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

R = 31.07%
G = 38.17%
B = 30.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#698168 (or 0x698168) is known color: Laurel. HEX triplet: 69, 81 and 68. RGB value is (105,129,104). Sum of RGB (Red+Green+Blue) = 105+129+104=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 129 - color contains mainly: green. Hex color #698168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698168 is #967E97. Grayscale: #777777. Windows color (decimal): -9862808 or 6848873. OLE color: 6848873.

HSL color Cylindrical-coordinate representation of color #698168: hue angle of 117.6º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #698168 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 129 104 -
CMYK 0.19 0 0.19 0.49
HSL 117.6º 0.11% 0.46% -
HSV(B) 117.6º 0.19% 0.51% -
XYZ 16.17 19.7 16.05 -
YUV 118.97 119.55 118.03 -
System Red Green Blue C M Y K H S L
Decimal 105 129 104 0.19 0 0.19 0.49 117.6 0.11 0.46
Hex 69 81 68 13 0 13 31 76 B 2E
Octal 151 201 150 23 0 23 61 166 13 56
Binary 1101001 10000001 1101000 10011 0 10011 110001 1110110 1011 101110

Color Harmonies of #698168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698168

Black with #698168

Text Example


Text Example

White with #698168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698168; }

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

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

background-color css

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

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

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

border-color css

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

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

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