Html Css Color HEX #69886D Laurel

📋 copy color: '#69886D'

red 105 ◦ green 136 ◦ blue 109

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

Shades of Laurel #69886D

Tints of Laurel #69886D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.86%

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

R = 30%
G = 38.86%
B = 31.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#69886D (or 0x69886D) is known color: Laurel. HEX triplet: 69, 88 and 6D. RGB value is (105,136,109). Sum of RGB (Red+Green+Blue) = 105+136+109=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 136 - color contains mainly: green. Hex color #69886D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69886D is #967792. Grayscale: #7B7B7B. Windows color (decimal): -9861011 or 7178345. OLE color: 7178345.

HSL color Cylindrical-coordinate representation of color #69886D: hue angle of 127.74º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #69886D is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 136 109 -
CMYK 0.23 0 0.20 0.47
HSL 127.74º 0.13% 0.47% -
HSV(B) 127.74º 0.23% 0.53% -
XYZ 17.39 21.72 17.74 -
YUV 123.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 105 136 109 0.23 0 0.20 0.47 127.74 0.13 0.47
Hex 69 88 6D 17 0 14 2F 80 D 2F
Octal 151 210 155 27 0 24 57 200 15 57
Binary 1101001 10001000 1101101 10111 0 10100 101111 10000000 1101 101111

Color Harmonies of #69886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69886D

Black with #69886D

Text Example


Text Example

White with #69886D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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