Html Css Color HEX #698C71 Laurel

📋 copy color: '#698C71'

red 105 ◦ green 140 ◦ blue 113

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

Shades of Laurel #698C71

Tints of Laurel #698C71

RGB

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

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

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

R = 29.33%
G = 39.11%
B = 31.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#698C71 (or 0x698C71) is known color: Laurel. HEX triplet: 69, 8C and 71. RGB value is (105,140,113). Sum of RGB (Red+Green+Blue) = 105+140+113=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 140 - color contains mainly: green. Hex color #698C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698C71 is #96738E. Grayscale: #7E7E7E. Windows color (decimal): -9859983 or 7441513. OLE color: 7441513.

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

Color convert

RGB 105 140 113 -
CMYK 0.25 0 0.19 0.45
HSL 133.71º 0.14% 0.48% -
HSV(B) 133.71º 0.25% 0.55% -
XYZ 18.18 22.95 19.09 -
YUV 126.46 120.4 112.7 -
System Red Green Blue C M Y K H S L
Decimal 105 140 113 0.25 0 0.19 0.45 133.71 0.14 0.48
Hex 69 8C 71 19 0 13 2D 86 E 30
Octal 151 214 161 31 0 23 55 206 16 60
Binary 1101001 10001100 1110001 11001 0 10011 101101 10000110 1110 110000

Color Harmonies of #698C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698C71

Black with #698C71

Text Example


Text Example

White with #698C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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