Html Css Color HEX #6F996D Laurel

📋 copy color: '#6F996D'

red 111 ◦ green 153 ◦ blue 109

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

Shades of Laurel #6F996D

Tints of Laurel #6F996D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.02%

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

R = 29.76%
G = 41.02%
B = 29.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#6F996D (or 0x6F996D) is known color: Laurel. HEX triplet: 6F, 99 and 6D. RGB value is (111,153,109). Sum of RGB (Red+Green+Blue) = 111+153+109=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #6F996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F996D is #906692. Grayscale: #878787. Windows color (decimal): -9463443 or 7182703. OLE color: 7182703.

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

Color convert

RGB 111 153 109 -
CMYK 0.27 0 0.29 0.4
HSL 117.27º 0.18% 0.51% -
HSV(B) 117.27º 0.29% 0.6% -
XYZ 20.71 27.27 18.64 -
YUV 135.43 113.09 110.58 -
System Red Green Blue C M Y K H S L
Decimal 111 153 109 0.27 0 0.29 0.4 117.27 0.18 0.51
Hex 6F 99 6D 1B 0 1D 28 75 12 33
Octal 157 231 155 33 0 35 50 165 22 63
Binary 1101111 10011001 1101101 11011 0 11101 101000 1110101 10010 110011

Color Harmonies of #6F996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F996D

Black with #6F996D

Text Example


Text Example

White with #6F996D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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