Html Css Color HEX #699071 Laurel

📋 copy color: '#699071'

red 105 ◦ green 144 ◦ blue 113

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

Shades of Laurel #699071

Tints of Laurel #699071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.78%

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

R = 29.01%
G = 39.78%
B = 31.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#699071 (or 0x699071) is known color: Laurel. HEX triplet: 69, 90 and 71. RGB value is (105,144,113). Sum of RGB (Red+Green+Blue) = 105+144+113=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 144 - color contains mainly: green. Hex color #699071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699071 is #966F8E. Grayscale: #808080. Windows color (decimal): -9858959 or 7442537. OLE color: 7442537.

HSL color Cylindrical-coordinate representation of color #699071: hue angle of 132.31º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #699071 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 144 113 -
CMYK 0.27 0 0.22 0.44
HSL 132.31º 0.16% 0.49% -
HSV(B) 132.31º 0.27% 0.56% -
XYZ 18.78 24.14 19.29 -
YUV 128.81 119.08 111.02 -
System Red Green Blue C M Y K H S L
Decimal 105 144 113 0.27 0 0.22 0.44 132.31 0.16 0.49
Hex 69 90 71 1B 0 16 2C 84 10 31
Octal 151 220 161 33 0 26 54 204 20 61
Binary 1101001 10010000 1110001 11011 0 10110 101100 10000100 10000 110001

Color Harmonies of #699071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699071

Black with #699071

Text Example


Text Example

White with #699071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699071; }

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

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

background-color css

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

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

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

border-color css

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

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

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