Html Css Color HEX #698D6B Laurel

📋 copy color: '#698D6B'

red 105 ◦ green 141 ◦ blue 107

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

Shades of Laurel #698D6B

Tints of Laurel #698D6B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.94%

 BLUE value IS 107 (42.19% from 255) = 30.31%

R = 29.75%
G = 39.94%
B = 30.31%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#698D6B (or 0x698D6B) is known color: Laurel. HEX triplet: 69, 8D and 6B. RGB value is (105,141,107). Sum of RGB (Red+Green+Blue) = 105+141+107=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 141 - color contains mainly: green. Hex color #698D6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698D6B is #967294. Grayscale: #7E7E7E. Windows color (decimal): -9859733 or 7048553. OLE color: 7048553.

HSL color Cylindrical-coordinate representation of color #698D6B: hue angle of 123.33º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #698D6B is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 141 107 -
CMYK 0.26 0 0.24 0.45
HSL 123.33º 0.15% 0.48% -
HSV(B) 123.33º 0.26% 0.55% -
XYZ 18 23.11 17.42 -
YUV 126.36 117.07 112.76 -
System Red Green Blue C M Y K H S L
Decimal 105 141 107 0.26 0 0.24 0.45 123.33 0.15 0.48
Hex 69 8D 6B 1A 0 18 2D 7B F 30
Octal 151 215 153 32 0 30 55 173 17 60
Binary 1101001 10001101 1101011 11010 0 11000 101101 1111011 1111 110000

Color Harmonies of #698D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698D6B

Black with #698D6B

Text Example


Text Example

White with #698D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698D6B; }

 p { color: rgb(105,141,107); }

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

background-color css

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

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

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

border-color css

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

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

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