Html Css Color HEX #698B72 Laurel

📋 copy color: '#698B72'

red 105 ◦ green 139 ◦ blue 114

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

Shades of Laurel #698B72

Tints of Laurel #698B72

RGB

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

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

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

R = 29.33%
G = 38.83%
B = 31.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#698B72 (or 0x698B72) is known color: Laurel. HEX triplet: 69, 8B and 72. RGB value is (105,139,114). Sum of RGB (Red+Green+Blue) = 105+139+114=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 139 - color contains mainly: green. Hex color #698B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698B72 is #96748D. Grayscale: #7E7E7E. Windows color (decimal): -9860238 or 7506793. OLE color: 7506793.

HSL color Cylindrical-coordinate representation of color #698B72: hue angle of 135.88º 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 #698B72 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 139 114 -
CMYK 0.24 0 0.18 0.45
HSL 135.88º 0.14% 0.48% -
HSV(B) 135.88º 0.24% 0.55% -
XYZ 18.1 22.68 19.34 -
YUV 125.98 121.24 113.03 -
System Red Green Blue C M Y K H S L
Decimal 105 139 114 0.24 0 0.18 0.45 135.88 0.14 0.48
Hex 69 8B 72 18 0 12 2D 88 E 30
Octal 151 213 162 30 0 22 55 210 16 60
Binary 1101001 10001011 1110010 11000 0 10010 101101 10001000 1110 110000

Color Harmonies of #698B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698B72

Black with #698B72

Text Example


Text Example

White with #698B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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