Html Css Color HEX #6E956B Laurel

📋 copy color: '#6E956B'

red 110 ◦ green 149 ◦ blue 107

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

Shades of Laurel #6E956B

Tints of Laurel #6E956B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.71%

 BLUE value IS 107 (42.19% from 255) = 29.23%

R = 30.05%
G = 40.71%
B = 29.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#6E956B (or 0x6E956B) is known color: Laurel. HEX triplet: 6E, 95 and 6B. RGB value is (110,149,107). Sum of RGB (Red+Green+Blue) = 110+149+107=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 149 - color contains mainly: green. Hex color #6E956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E956B is #916A94. Grayscale: #848484. Windows color (decimal): -9530005 or 7050606. OLE color: 7050606.

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

Color convert

RGB 110 149 107 -
CMYK 0.26 0 0.28 0.42
HSL 115.71º 0.17% 0.5% -
HSV(B) 115.71º 0.28% 0.58% -
XYZ 19.83 25.87 17.86 -
YUV 132.55 113.58 111.92 -
System Red Green Blue C M Y K H S L
Decimal 110 149 107 0.26 0 0.28 0.42 115.71 0.17 0.5
Hex 6E 95 6B 1A 0 1C 2A 74 11 32
Octal 156 225 153 32 0 34 52 164 21 62
Binary 1101110 10010101 1101011 11010 0 11100 101010 1110100 10001 110010

Color Harmonies of #6E956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E956B

Black with #6E956B

Text Example


Text Example

White with #6E956B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,149,107); }

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

background-color css

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

 a { background-color: rgb(110,149,107); }

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

border-color css

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

 span { border-color: rgb(110,149,107); }

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