Html Css Color HEX #6F886F Laurel

📋 copy color: '#6F886F'

red 111 ◦ green 136 ◦ blue 111

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

Shades of Laurel #6F886F

Tints of Laurel #6F886F

RGB

 RED value IS 111 (43.75% from 255) = 31.01%

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

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

R = 31.01%
G = 37.99%
B = 31.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#6F886F (or 0x6F886F) is known color: Laurel. HEX triplet: 6F, 88 and 6F. RGB value is (111,136,111). Sum of RGB (Red+Green+Blue) = 111+136+111=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 136 - color contains mainly: green. Hex color #6F886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F886F is #907790. Grayscale: #7D7D7D. Windows color (decimal): -9467793 or 7309423. OLE color: 7309423.

HSL color Cylindrical-coordinate representation of color #6F886F: hue angle of 120º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F886F is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 111 136 111 -
CMYK 0.18 0 0.18 0.47
HSL 120º 0.1% 0.48% -
HSV(B) 120º 0.18% 0.53% -
XYZ 18.23 22.14 18.35 -
YUV 125.68 119.72 117.53 -
System Red Green Blue C M Y K H S L
Decimal 111 136 111 0.18 0 0.18 0.47 120 0.1 0.48
Hex 6F 88 6F 12 0 12 2F 78 A 30
Octal 157 210 157 22 0 22 57 170 12 60
Binary 1101111 10001000 1101111 10010 0 10010 101111 1111000 1010 110000

Color Harmonies of #6F886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F886F

Black with #6F886F

Text Example


Text Example

White with #6F886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F886F; }

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

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

background-color css

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

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

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

border-color css

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

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

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