Html Css Color HEX #698A71 Laurel

📋 copy color: '#698A71'

red 105 ◦ green 138 ◦ blue 113

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

Shades of Laurel #698A71

Tints of Laurel #698A71

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.76%

 BLUE value IS 113 (44.53% from 255) = 31.74%

R = 29.49%
G = 38.76%
B = 31.74%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#698A71 (or 0x698A71) is known color: Laurel. HEX triplet: 69, 8A and 71. RGB value is (105,138,113). Sum of RGB (Red+Green+Blue) = 105+138+113=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 138 - color contains mainly: green. Hex color #698A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698A71 is #96758E. Grayscale: #7D7D7D. Windows color (decimal): -9860495 or 7441001. OLE color: 7441001.

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

Color convert

RGB 105 138 113 -
CMYK 0.24 0 0.18 0.46
HSL 134.55º 0.14% 0.48% -
HSV(B) 134.55º 0.24% 0.54% -
XYZ 17.89 22.37 19 -
YUV 125.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 105 138 113 0.24 0 0.18 0.46 134.55 0.14 0.48
Hex 69 8A 71 18 0 12 2E 87 E 30
Octal 151 212 161 30 0 22 56 207 16 60
Binary 1101001 10001010 1110001 11000 0 10010 101110 10000111 1110 110000

Color Harmonies of #698A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698A71

Black with #698A71

Text Example


Text Example

White with #698A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,138,113); }

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

background-color css

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

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

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

border-color css

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

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

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