Html Css Color HEX #698C6F Laurel

📋 copy color: '#698C6F'

red 105 ◦ green 140 ◦ blue 111

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

Shades of Laurel #698C6F

Tints of Laurel #698C6F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.33%

 BLUE value IS 111 (43.75% from 255) = 31.18%

R = 29.49%
G = 39.33%
B = 31.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#698C6F (or 0x698C6F) is known color: Laurel. HEX triplet: 69, 8C and 6F. RGB value is (105,140,111). Sum of RGB (Red+Green+Blue) = 105+140+111=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 140 - color contains mainly: green. Hex color #698C6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698C6F is #967390. Grayscale: #7E7E7E. Windows color (decimal): -9859985 or 7310441. OLE color: 7310441.

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

Color convert

RGB 105 140 111 -
CMYK 0.25 0 0.21 0.45
HSL 130.29º 0.14% 0.48% -
HSV(B) 130.29º 0.25% 0.55% -
XYZ 18.07 22.91 18.51 -
YUV 126.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 105 140 111 0.25 0 0.21 0.45 130.29 0.14 0.48
Hex 69 8C 6F 19 0 15 2D 82 E 30
Octal 151 214 157 31 0 25 55 202 16 60
Binary 1101001 10001100 1101111 11001 0 10101 101101 10000010 1110 110000

Color Harmonies of #698C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698C6F

Black with #698C6F

Text Example


Text Example

White with #698C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,140,111); }

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

background-color css

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

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

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

border-color css

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

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

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