Html Css Color HEX #69846D Laurel

📋 copy color: '#69846D'

red 105 ◦ green 132 ◦ blue 109

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

Shades of Laurel #69846D

Tints of Laurel #69846D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.15%

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 30.35%
G = 38.15%
B = 31.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#69846D (or 0x69846D) is known color: Laurel. HEX triplet: 69, 84 and 6D. RGB value is (105,132,109). Sum of RGB (Red+Green+Blue) = 105+132+109=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 132 - color contains mainly: green. Hex color #69846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69846D is #967B92. Grayscale: #797979. Windows color (decimal): -9862035 or 7177321. OLE color: 7177321.

HSL color Cylindrical-coordinate representation of color #69846D: hue angle of 128.89º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #69846D is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 132 109 -
CMYK 0.20 0 0.17 0.48
HSL 128.89º 0.11% 0.46% -
HSV(B) 128.89º 0.2% 0.52% -
XYZ 16.84 20.61 17.56 -
YUV 121.31 121.05 116.37 -
System Red Green Blue C M Y K H S L
Decimal 105 132 109 0.20 0 0.17 0.48 128.89 0.11 0.46
Hex 69 84 6D 14 0 11 30 81 B 2E
Octal 151 204 155 24 0 21 60 201 13 56
Binary 1101001 10000100 1101101 10100 0 10001 110000 10000001 1011 101110

Color Harmonies of #69846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69846D

Black with #69846D

Text Example


Text Example

White with #69846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69846D; }

 p { color: rgb(105,132,109); }

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

background-color css

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

 a { background-color: rgb(105,132,109); }

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

border-color css

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

 span { border-color: rgb(105,132,109); }

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