Html Css Color HEX #698768 Laurel

📋 copy color: '#698768'

red 105 ◦ green 135 ◦ blue 104

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

Shades of Laurel #698768

Tints of Laurel #698768

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.24%

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

R = 30.52%
G = 39.24%
B = 30.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#698768 (or 0x698768) is known color: Laurel. HEX triplet: 69, 87 and 68. RGB value is (105,135,104). Sum of RGB (Red+Green+Blue) = 105+135+104=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 135 - color contains mainly: green. Hex color #698768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698768 is #967897. Grayscale: #7A7A7A. Windows color (decimal): -9861272 or 6850409. OLE color: 6850409.

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

Color convert

RGB 105 135 104 -
CMYK 0.22 0 0.23 0.47
HSL 118.06º 0.13% 0.47% -
HSV(B) 118.06º 0.23% 0.53% -
XYZ 16.99 21.33 16.32 -
YUV 122.5 117.56 115.52 -
System Red Green Blue C M Y K H S L
Decimal 105 135 104 0.22 0 0.23 0.47 118.06 0.13 0.47
Hex 69 87 68 16 0 17 2F 76 D 2F
Octal 151 207 150 26 0 27 57 166 15 57
Binary 1101001 10000111 1101000 10110 0 10111 101111 1110110 1101 101111

Color Harmonies of #698768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698768

Black with #698768

Text Example


Text Example

White with #698768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698768; }

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

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

background-color css

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

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

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

border-color css

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

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

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