Html Css Color HEX #6F946E Laurel

📋 copy color: '#6F946E'

red 111 ◦ green 148 ◦ blue 110

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

Shades of Laurel #6F946E

Tints of Laurel #6F946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.11%

 BLUE value IS 110 (43.36% from 255) = 29.81%

R = 30.08%
G = 40.11%
B = 29.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#6F946E (or 0x6F946E) is known color: Laurel. HEX triplet: 6F, 94 and 6E. RGB value is (111,148,110). Sum of RGB (Red+Green+Blue) = 111+148+110=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 148 - color contains mainly: green. Hex color #6F946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F946E is #906B91. Grayscale: #848484. Windows color (decimal): -9464722 or 7246959. OLE color: 7246959.

HSL color Cylindrical-coordinate representation of color #6F946E: hue angle of 118.42º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F946E is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 148 110 -
CMYK 0.25 0 0.26 0.42
HSL 118.42º 0.15% 0.51% -
HSV(B) 118.42º 0.26% 0.58% -
XYZ 19.96 25.69 18.66 -
YUV 132.61 115.24 112.59 -
System Red Green Blue C M Y K H S L
Decimal 111 148 110 0.25 0 0.26 0.42 118.42 0.15 0.51
Hex 6F 94 6E 19 0 1A 2A 76 F 33
Octal 157 224 156 31 0 32 52 166 17 63
Binary 1101111 10010100 1101110 11001 0 11010 101010 1110110 1111 110011

Color Harmonies of #6F946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F946E

Black with #6F946E

Text Example


Text Example

White with #6F946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,148,110); }

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

background-color css

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

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

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

border-color css

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

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

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