Html Css Color HEX #6F986D Laurel

📋 copy color: '#6F986D'

red 111 ◦ green 152 ◦ blue 109

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

Shades of Laurel #6F986D

Tints of Laurel #6F986D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.86%

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

R = 29.84%
G = 40.86%
B = 29.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#6F986D (or 0x6F986D) is known color: Laurel. HEX triplet: 6F, 98 and 6D. RGB value is (111,152,109). Sum of RGB (Red+Green+Blue) = 111+152+109=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #6F986D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F986D is #906792. Grayscale: #868686. Windows color (decimal): -9463699 or 7182447. OLE color: 7182447.

HSL color Cylindrical-coordinate representation of color #6F986D: hue angle of 117.21º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F986D is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 152 109 -
CMYK 0.27 0 0.28 0.40
HSL 117.21º 0.17% 0.51% -
HSV(B) 117.21º 0.28% 0.6% -
XYZ 20.54 26.94 18.59 -
YUV 134.84 113.42 111 -
System Red Green Blue C M Y K H S L
Decimal 111 152 109 0.27 0 0.28 0.40 117.21 0.17 0.51
Hex 6F 98 6D 1B 0 1C 28 75 11 33
Octal 157 230 155 33 0 34 50 165 21 63
Binary 1101111 10011000 1101101 11011 0 11100 101000 1110101 10001 110011

Color Harmonies of #6F986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F986D

Black with #6F986D

Text Example


Text Example

White with #6F986D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,152,109); }

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

background-color css

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

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

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

border-color css

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

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

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