Html Css Color HEX #6E8C6B Laurel

📋 copy color: '#6E8C6B'

red 110 ◦ green 140 ◦ blue 107

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

Shades of Laurel #6E8C6B

Tints of Laurel #6E8C6B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.22%

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

R = 30.81%
G = 39.22%
B = 29.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#6E8C6B (or 0x6E8C6B) is known color: Laurel. HEX triplet: 6E, 8C and 6B. RGB value is (110,140,107). Sum of RGB (Red+Green+Blue) = 110+140+107=357 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.81% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 140 - color contains mainly: green. Hex color #6E8C6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8C6B is #917394. Grayscale: #7F7F7F. Windows color (decimal): -9532309 or 7048302. OLE color: 7048302.

HSL color Cylindrical-coordinate representation of color #6E8C6B: hue angle of 114.55º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E8C6B is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 140 107 -
CMYK 0.21 0 0.24 0.45
HSL 114.55º 0.13% 0.48% -
HSV(B) 114.55º 0.24% 0.55% -
XYZ 18.46 23.13 17.4 -
YUV 127.27 116.56 115.68 -
System Red Green Blue C M Y K H S L
Decimal 110 140 107 0.21 0 0.24 0.45 114.55 0.13 0.48
Hex 6E 8C 6B 15 0 18 2D 73 D 30
Octal 156 214 153 25 0 30 55 163 15 60
Binary 1101110 10001100 1101011 10101 0 11000 101101 1110011 1101 110000

Color Harmonies of #6E8C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8C6B

Black with #6E8C6B

Text Example


Text Example

White with #6E8C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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