Html Css Color HEX #698872 Laurel

📋 copy color: '#698872'

red 105 ◦ green 136 ◦ blue 114

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

Shades of Laurel #698872

Tints of Laurel #698872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.11%

R = 29.58%
G = 38.31%
B = 32.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#698872 (or 0x698872) is known color: Laurel. HEX triplet: 69, 88 and 72. RGB value is (105,136,114). Sum of RGB (Red+Green+Blue) = 105+136+114=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 136 - color contains mainly: green. Hex color #698872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698872 is #96778D. Grayscale: #7C7C7C. Windows color (decimal): -9861006 or 7506025. OLE color: 7506025.

HSL color Cylindrical-coordinate representation of color #698872: hue angle of 137.42º 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 #698872 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 136 114 -
CMYK 0.23 0 0.16 0.47
HSL 137.42º 0.13% 0.47% -
HSV(B) 137.42º 0.23% 0.53% -
XYZ 17.67 21.83 19.2 -
YUV 124.22 122.23 114.29 -
System Red Green Blue C M Y K H S L
Decimal 105 136 114 0.23 0 0.16 0.47 137.42 0.13 0.47
Hex 69 88 72 17 0 10 2F 89 D 2F
Octal 151 210 162 27 0 20 57 211 15 57
Binary 1101001 10001000 1110010 10111 0 10000 101111 10001001 1101 101111

Color Harmonies of #698872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698872

Black with #698872

Text Example


Text Example

White with #698872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698872; }

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

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

background-color css

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

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

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

border-color css

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

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

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