Html Css Color HEX #698B6C Laurel

📋 copy color: '#698B6C'

red 105 ◦ green 139 ◦ blue 108

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

Shades of Laurel #698B6C

Tints of Laurel #698B6C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.49%

 BLUE value IS 108 (42.58% from 255) = 30.68%

R = 29.83%
G = 39.49%
B = 30.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#698B6C (or 0x698B6C) is known color: Laurel. HEX triplet: 69, 8B and 6C. RGB value is (105,139,108). Sum of RGB (Red+Green+Blue) = 105+139+108=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 139 - color contains mainly: green. Hex color #698B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698B6C is #967493. Grayscale: #7D7D7D. Windows color (decimal): -9860244 or 7113577. OLE color: 7113577.

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

Color convert

RGB 105 139 108 -
CMYK 0.24 0 0.22 0.45
HSL 125.29º 0.14% 0.48% -
HSV(B) 125.29º 0.24% 0.55% -
XYZ 17.77 22.55 17.6 -
YUV 125.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 105 139 108 0.24 0 0.22 0.45 125.29 0.14 0.48
Hex 69 8B 6C 18 0 16 2D 7D E 30
Octal 151 213 154 30 0 26 55 175 16 60
Binary 1101001 10001011 1101100 11000 0 10110 101101 1111101 1110 110000

Color Harmonies of #698B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698B6C

Black with #698B6C

Text Example


Text Example

White with #698B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,139,108); }

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

background-color css

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

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

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

border-color css

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

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

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