Html Css Color HEX #698969 Laurel

📋 copy color: '#698969'

red 105 ◦ green 137 ◦ blue 105

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

Shades of Laurel #698969

Tints of Laurel #698969

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.48%

 BLUE value IS 105 (41.41% from 255) = 30.26%

R = 30.26%
G = 39.48%
B = 30.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#698969 (or 0x698969) is known color: Laurel. HEX triplet: 69, 89 and 69. RGB value is (105,137,105). Sum of RGB (Red+Green+Blue) = 105+137+105=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 137 - color contains mainly: green. Hex color #698969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698969 is #967696. Grayscale: #7B7B7B. Windows color (decimal): -9860759 or 6916457. OLE color: 6916457.

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

Color convert

RGB 105 137 105 -
CMYK 0.23 0 0.23 0.46
HSL 120º 0.13% 0.47% -
HSV(B) 120º 0.23% 0.54% -
XYZ 17.32 21.91 16.68 -
YUV 123.78 117.4 114.6 -
System Red Green Blue C M Y K H S L
Decimal 105 137 105 0.23 0 0.23 0.46 120 0.13 0.47
Hex 69 89 69 17 0 17 2E 78 D 2F
Octal 151 211 151 27 0 27 56 170 15 57
Binary 1101001 10001001 1101001 10111 0 10111 101110 1111000 1101 101111

Color Harmonies of #698969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698969

Black with #698969

Text Example


Text Example

White with #698969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698969; }

 p { color: rgb(105,137,105); }

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

background-color css

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

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

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

border-color css

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

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

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