Html Css Color HEX #6F8E6F Laurel

📋 copy color: '#6F8E6F'

red 111 ◦ green 142 ◦ blue 111

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

Shades of Laurel #6F8E6F

Tints of Laurel #6F8E6F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.01%

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

R = 30.49%
G = 39.01%
B = 30.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#6F8E6F (or 0x6F8E6F) is known color: Laurel. HEX triplet: 6F, 8E and 6F. RGB value is (111,142,111). Sum of RGB (Red+Green+Blue) = 111+142+111=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8E6F is #907190. Grayscale: #818181. Windows color (decimal): -9466257 or 7310959. OLE color: 7310959.

HSL color Cylindrical-coordinate representation of color #6F8E6F: hue angle of 120º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F8E6F is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 142 111 -
CMYK 0.22 0 0.22 0.44
HSL 120º 0.12% 0.5% -
HSV(B) 120º 0.22% 0.56% -
XYZ 19.1 23.87 18.64 -
YUV 129.2 117.73 115.02 -
System Red Green Blue C M Y K H S L
Decimal 111 142 111 0.22 0 0.22 0.44 120 0.12 0.5
Hex 6F 8E 6F 16 0 16 2C 78 C 32
Octal 157 216 157 26 0 26 54 170 14 62
Binary 1101111 10001110 1101111 10110 0 10110 101100 1111000 1100 110010

Color Harmonies of #6F8E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8E6F

Black with #6F8E6F

Text Example


Text Example

White with #6F8E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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