Html Css Color HEX #699371 Laurel

📋 copy color: '#699371'

red 105 ◦ green 147 ◦ blue 113

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

Shades of Laurel #699371

Tints of Laurel #699371

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.27%

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

R = 28.77%
G = 40.27%
B = 30.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#699371 (or 0x699371) is known color: Laurel. HEX triplet: 69, 93 and 71. RGB value is (105,147,113). Sum of RGB (Red+Green+Blue) = 105+147+113=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #699371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699371 is #966C8E. Grayscale: #828282. Windows color (decimal): -9858191 or 7443305. OLE color: 7443305.

HSL color Cylindrical-coordinate representation of color #699371: hue angle of 131.43º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699371 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 147 113 -
CMYK 0.29 0 0.23 0.42
HSL 131.43º 0.17% 0.49% -
HSV(B) 131.43º 0.29% 0.58% -
XYZ 19.24 25.06 19.45 -
YUV 130.57 118.09 109.76 -
System Red Green Blue C M Y K H S L
Decimal 105 147 113 0.29 0 0.23 0.42 131.43 0.17 0.49
Hex 69 93 71 1D 0 17 2A 83 11 31
Octal 151 223 161 35 0 27 52 203 21 61
Binary 1101001 10010011 1110001 11101 0 10111 101010 10000011 10001 110001

Color Harmonies of #699371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699371

Black with #699371

Text Example


Text Example

White with #699371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699371; }

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

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

background-color css

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

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

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

border-color css

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

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

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