Html Css Color HEX #69886F Laurel

📋 copy color: '#69886F'

red 105 ◦ green 136 ◦ blue 111

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

Shades of Laurel #69886F

Tints of Laurel #69886F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.53%

R = 29.83%
G = 38.64%
B = 31.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#69886F (or 0x69886F) is known color: Laurel. HEX triplet: 69, 88 and 6F. RGB value is (105,136,111). Sum of RGB (Red+Green+Blue) = 105+136+111=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 136 - color contains mainly: green. Hex color #69886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69886F is #967790. Grayscale: #7B7B7B. Windows color (decimal): -9861009 or 7309417. OLE color: 7309417.

HSL color Cylindrical-coordinate representation of color #69886F: hue angle of 131.61º 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 #69886F is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 136 111 -
CMYK 0.23 0 0.18 0.47
HSL 131.61º 0.13% 0.47% -
HSV(B) 131.61º 0.23% 0.53% -
XYZ 17.5 21.76 18.32 -
YUV 123.88 120.73 114.53 -
System Red Green Blue C M Y K H S L
Decimal 105 136 111 0.23 0 0.18 0.47 131.61 0.13 0.47
Hex 69 88 6F 17 0 12 2F 84 D 2F
Octal 151 210 157 27 0 22 57 204 15 57
Binary 1101001 10001000 1101111 10111 0 10010 101111 10000100 1101 101111

Color Harmonies of #69886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69886F

Black with #69886F

Text Example


Text Example

White with #69886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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