Html Css Color HEX #698068 Laurel

📋 copy color: '#698068'

red 105 ◦ green 128 ◦ blue 104

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

Shades of Laurel #698068

Tints of Laurel #698068

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.98%

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

R = 31.16%
G = 37.98%
B = 30.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#698068 (or 0x698068) is known color: Laurel. HEX triplet: 69, 80 and 68. RGB value is (105,128,104). Sum of RGB (Red+Green+Blue) = 105+128+104=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 128 - color contains mainly: green. Hex color #698068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698068 is #967F97. Grayscale: #767676. Windows color (decimal): -9863064 or 6848617. OLE color: 6848617.

HSL color Cylindrical-coordinate representation of color #698068: hue angle of 117.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #698068 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 128 104 -
CMYK 0.18 0 0.19 0.50
HSL 117.5º 0.1% 0.45% -
HSV(B) 117.5º 0.19% 0.5% -
XYZ 16.04 19.44 16 -
YUV 118.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 105 128 104 0.18 0 0.19 0.50 117.5 0.1 0.45
Hex 69 80 68 12 0 13 32 76 A 2D
Octal 151 200 150 22 0 23 62 166 12 55
Binary 1101001 10000000 1101000 10010 0 10011 110010 1110110 1010 101101

Color Harmonies of #698068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698068

Black with #698068

Text Example


Text Example

White with #698068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698068; }

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

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

background-color css

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

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

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

border-color css

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

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

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