Html Css Color HEX #6E926F Laurel

📋 copy color: '#6E926F'

red 110 ◦ green 146 ◦ blue 111

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

Shades of Laurel #6E926F

Tints of Laurel #6E926F

RGB

 RED value IS 110 (43.36% from 255) = 29.97%

 GREEN value IS 146 (57.42% from 255) = 39.78%

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

R = 29.97%
G = 39.78%
B = 30.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#6E926F (or 0x6E926F) is known color: Laurel. HEX triplet: 6E, 92 and 6F. RGB value is (110,146,111). Sum of RGB (Red+Green+Blue) = 110+146+111=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 146 - color contains mainly: green. Hex color #6E926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E926F is #916D90. Grayscale: #838383. Windows color (decimal): -9530769 or 7311982. OLE color: 7311982.

HSL color Cylindrical-coordinate representation of color #6E926F: hue angle of 121.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E926F is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 146 111 -
CMYK 0.25 0 0.24 0.43
HSL 121.67º 0.14% 0.5% -
HSV(B) 121.67º 0.25% 0.57% -
XYZ 19.58 25.02 18.84 -
YUV 131.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 110 146 111 0.25 0 0.24 0.43 121.67 0.14 0.5
Hex 6E 92 6F 19 0 18 2B 7A E 32
Octal 156 222 157 31 0 30 53 172 16 62
Binary 1101110 10010010 1101111 11001 0 11000 101011 1111010 1110 110010

Color Harmonies of #6E926F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E926F

Black with #6E926F

Text Example


Text Example

White with #6E926F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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