Html Css Color HEX #6E966A Laurel

📋 copy color: '#6E966A'

red 110 ◦ green 150 ◦ blue 106

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

Shades of Laurel #6E966A

Tints of Laurel #6E966A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.98%

 BLUE value IS 106 (41.8% from 255) = 28.96%

R = 30.05%
G = 40.98%
B = 28.96%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#6E966A (or 0x6E966A) is known color: Laurel. HEX triplet: 6E, 96 and 6A. RGB value is (110,150,106). Sum of RGB (Red+Green+Blue) = 110+150+106=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 150 - color contains mainly: green. Hex color #6E966A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E966A is #916995. Grayscale: #858585. Windows color (decimal): -9529750 or 6985326. OLE color: 6985326.

HSL color Cylindrical-coordinate representation of color #6E966A: hue angle of 114.55º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E966A is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 110 150 106 -
CMYK 0.27 0 0.29 0.41
HSL 114.55º 0.17% 0.5% -
HSV(B) 114.55º 0.29% 0.59% -
XYZ 19.94 26.17 17.64 -
YUV 133.02 112.75 111.58 -
System Red Green Blue C M Y K H S L
Decimal 110 150 106 0.27 0 0.29 0.41 114.55 0.17 0.5
Hex 6E 96 6A 1B 0 1D 29 73 11 32
Octal 156 226 152 33 0 35 51 163 21 62
Binary 1101110 10010110 1101010 11011 0 11101 101001 1110011 10001 110010

Color Harmonies of #6E966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E966A

Black with #6E966A

Text Example


Text Example

White with #6E966A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,150,106); }

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

background-color css

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

 a { background-color: rgb(110,150,106); }

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

border-color css

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

 span { border-color: rgb(110,150,106); }

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